wt.doc
Class WTDocumentMasterIdentity

java.lang.Object
  extended by wt.fc.IdentificationObject
      extended by wt.doc.WTDocumentMasterIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc.IdentificationObjectNamespace, NetFactor, WTContainerNamespace, OrganizationOwnedIdentificationObjectNamespace

public class WTDocumentMasterIdentity
extends IdentificationObject
implements OrganizationOwnedIdentificationObjectNamespace, WTContainerNamespace, Externalizable

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:
WTDocumentMaster, Serialized Form

Field Summary
 
Fields inherited from interface wt.org.OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE
 
Method Summary
 WTPrincipalReference getOrganizationReference()
          Gets the value of the attribute: organizationReference.
 void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: organizationReference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOrganizationReference

public WTPrincipalReference getOrganizationReference()
Gets the value of the attribute: organizationReference.

Supported API: true

Specified by:
getOrganizationReference in interface OrganizationOwnedIdentificationObjectNamespace
Returns:
WTPrincipalReference

setOrganizationReference

public void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
                              throws WTPropertyVetoException
Sets the value of the attribute: organizationReference.

Supported API: true

Parameters:
a_OrganizationReference -
Throws:
WTPropertyVetoException