Package wt.folder

Class SubFolderLinkIdentity

java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.folder._SubFolderLinkIdentity
wt.folder.SubFolderLinkIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, NetFactor

@GenAsUnPersistable(superClass=IdentificationObject.class,interfaces=java.io.Externalizable.class,versions=5485039075796744034L,properties={@GeneratedProperty(name="subFolderName",type=java.lang.String.class,javaDoc="Name of the SubFolder.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="parentFolderReference",type=ObjectReference.class,javaDoc="Reference to the parent Folder.",accessors=@PropertyAccessors(setExceptions={}))}) public final class SubFolderLinkIdentity extends wt.folder._SubFolderLinkIdentity
Class that defines the uniquness constraint for a SubFolder.

Use the newSubFolderLinkIdentity static factory method(s), not the SubFolderLinkIdentity 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 SubFolderLinkIdentity constructor method and the newSubFolderLinkIdentity static factory methods are not supported APIs for customization.



Supported API: true

Extendable: false

See Also: