Package wt.folder

Class CabinetIdentity

java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.folder._CabinetIdentity
wt.folder.CabinetIdentity
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="Name uniquely identifies a <code>Cabinet</code>",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,required=true))) public final class CabinetIdentity extends wt.folder._CabinetIdentity
Identification object for a Cabinet which is used to change the name (identity) of a cabinet.

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



Supported API: true

Extendable: false

See Also: