wt.dataops.objectcol
Class CollectionCriteriaMaster

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.enterprise.Master
          extended by wt.dataops.objectcol.CollectionCriteriaMaster
All Implemented Interfaces:
Externalizable, Serializable, wt.fc.BusinessInformation, Identified, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, DisplayIdentification, WTContained, WTContainedIdentified, wt.recent.RecentlyVisited, Mastered

public class CollectionCriteriaMaster
extends Master
implements UniquelyIdentified, WTContainedIdentified, Externalizable

Use the newCollectionCriteriaMaster static factory method(s), not the CollectionCriteriaMaster constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 IdentificationObject getIdentificationObject()
          Constructs and returns an identification object.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getIdentificationObject

public IdentificationObject getIdentificationObject()
                                             throws WTException
Constructs and returns an identification object. This method is the only way to obtain an identification object.

Supported API: true

Specified by:
getIdentificationObject in interface Identified
Returns:
IdentificationObject
Throws:
WTException