com.groiss.ds
Interface KeyValuePair

All Known Implementing Classes:
BatchJob, ComparablePair, DMSFolderItemRel, DocForm, DocumentVersion, DocumentVersionRel, FolderForm, com.dec.avw.core.Form, Lock, com.dec.gi.sql.LoggedObject, Pair, Partner, PersistentObject, ProcessRelation, com.dec.gi.sql.SQLObject

public interface KeyValuePair

This interface is implemented by some classes like PersistantObject, which have a unique key (object id) and a value - the object itself or a string representation. We use it for representing objects in select lists.


Method Summary
 java.lang.Object getKey()
          Get the Key of the Pair.
 java.lang.Object getValue()
          Get the Value of the Pair.
 

Method Detail

getKey

java.lang.Object getKey()
Get the Key of the Pair.


getValue

java.lang.Object getValue()
Get the Value of the Pair.



Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.