Package wt.folder

Class SubFolderIdentity

java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.folder._SubFolderIdentity
wt.folder.SubFolderIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._IdentificationObjectNamespace, wt.fc._NetFactor, wt.fc.IdentificationObjectNamespace, NetFactor, wt.inf.container._WTContainerNamespace, wt.inf.container.WTContainerNamespace

@GenAsUnPersistable(superClass=IdentificationObject.class, interfaces={wt.inf.container.WTContainerNamespace.class,java.io.Externalizable.class}, versions=-5488760402193732536L, properties=@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Attribute used for changing the name of the SubFolder.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=1200))) public final class SubFolderIdentity extends wt.folder._SubFolderIdentity
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.

The SubFolderIdentity constructor method and the newSubFolderIdentity static factory methods are not supported APIs for customization.



Supported API: true

Extendable: false

See Also: