wt.folder
Class SubFolderIdentity

java.lang.Object
  extended by wt.fc.IdentificationObject
      extended by wt.folder.SubFolderIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc.IdentificationObjectNamespace, NetFactor, WTContainerNamespace

public final class SubFolderIdentity
extends IdentificationObject
implements WTContainerNamespace, Externalizable

Defines the unique Identity of a SubFolder. A SubFolder's identity consists of it's own name plus a reference to it's parent folder. This constrains SubFolders to be unique amongst all the SubFolders in a Folder. The true uniqueness constraint for the SubFolder is provided by the SubFolderLink, not the SubFolder itself.

Use the newSubFolderIdentity static factory method(s), not the SubFolderIdentity 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:
SubFolder, SubFolderLink, Serialized Form

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait