Package wt.doc
Class _WTDocumentMasterIdentity
java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
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
- Direct Known Subclasses:
WTDocumentMasterIdentity
public abstract class _WTDocumentMasterIdentity
extends IdentificationObject
implements OrganizationOwnedIdentificationObjectNamespace, wt.inf.container.WTContainerNamespace, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA string representing the name of a document.static final StringA string representing the number of a document.Fields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptiongetName()A string representing the name of a document.A string representing the number of a document.Supported API: truevoidA string representing the name of a document.voidA string representing the number of a document.voidsetOrganizationReference(WTPrincipalReference organizationReference) Supported API: trueMethods inherited from class wt.fc.IdentificationObject
getIdentity, getKeyClassName, getSemanticKey, initialize, setToObject
-
Field Details
-
NAME
A string representing the name of a document.Supported API: true
-
NUMBER
A string representing the number of a document.Supported API: true
-
-
Method Details
-
getName
A string representing the name of a document.Supported API: true
- See Also:
-
setName
A string representing the name of a document.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getNumber
A string representing the number of a document.Supported API: true
- See Also:
-
setNumber
A string representing the number of a document.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOrganizationReference
Supported API: true- Specified by:
getOrganizationReferencein interface_OrganizationOwnedIdentificationObjectNamespace- See Also:
-
setOrganizationReference
public void setOrganizationReference(WTPrincipalReference organizationReference) throws WTPropertyVetoException Supported API: true- Specified by:
setOrganizationReferencein interface_OrganizationOwnedIdentificationObjectNamespace- Throws:
WTPropertyVetoException- See Also:
-