wt.fc
Class SemanticKey

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.SemanticKey
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
MPMMfgProcessMasterKey, MPMMfgStandardGroupMasterKey, MPMOperationMasterKey, MPMProcessPlanMasterKey, MPMSequenceMasterKey, SubFolderLinkConstraint, VariantSpecMasterKey, WTDocumentMasterKey, WTPartMasterKey, WTPartRequestMasterKey

public class SemanticKey
extends WTObject
implements Externalizable

The SemanticKey class helps to ensure the uniqueness constraint on object's identity. This is accomplished by storing persistently a unique string representing the identity.

Use the newSemanticKey static factory method(s), not the SemanticKey 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: true

See Also:
Serialized Form

Method Summary
 
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