Package wt.doc
Class WTDocumentMasterIdentity
java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.doc._WTDocumentMasterIdentity
wt.doc.WTDocumentMasterIdentity
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._IdentificationObjectNamespace,wt.fc._NetFactor,wt.fc.IdentificationObjectNamespace,NetFactor,wt.inf.container._WTContainerNamespace,wt.inf.container.WTContainerNamespace,_OrganizationOwnedIdentificationObjectNamespace,OrganizationOwnedIdentificationObjectNamespace
@GenAsUnPersistable(superClass=IdentificationObject.class,interfaces={OrganizationOwnedIdentificationObjectNamespace.class,wt.inf.container.WTContainerNamespace.class,java.io.Externalizable.class},extendable=true,versions=-1918304478361300836L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="A string representing the name of a document.",constraints=@PropertyConstraints(upperLimit=60,required=true)),@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="A string representing the number of a document.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=32),columnProperties=@ColumnProperties(columnName="WTDocumentNumber"))})
public class WTDocumentMasterIdentity
extends _WTDocumentMasterIdentity
The identification object for WTDocumentMaster objects. The key constraint
is based on the number only, but changes to the name require using the
identification service.
Use the newWTDocumentMasterIdentity static factory method(s),
not the WTDocumentMasterIdentity 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:
-
Field Summary
Fields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE -
Method Summary
Methods inherited from class wt.doc._WTDocumentMasterIdentity
getName, getNumber, getOrganizationReference, setOrganizationReferenceMethods inherited from class wt.fc.IdentificationObject
getSemanticKey, initialize
-
Method Details
-
setName
Sets the value of the attribute: name; A string representing the name of a document.
Supported API: true- Overrides:
setNamein class_WTDocumentMasterIdentity- Parameters:
a_Name-- Throws:
WTPropertyVetoException- See Also:
-
setNumber
Sets the value of the attribute: number; A string representing the number of a document.
Supported API: true- Overrides:
setNumberin class_WTDocumentMasterIdentity- Parameters:
a_Number-- Throws:
WTPropertyVetoException- See Also:
-