wt.part
Class WTPartMasterKey

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.SemanticKey
          extended by wt.part.WTPartMasterKey
All Implemented Interfaces:
Externalizable, Serializable, wt.fc.IdentificationObjectNamespace, NetFactor, ObjectMappable, Persistable, DisplayIdentification, WTContainerNamespace, OrganizationOwnedIdentificationObjectNamespace

public class WTPartMasterKey
extends SemanticKey
implements OrganizationOwnedIdentificationObjectNamespace, WTContainerNamespace, Externalizable

The table for the uniqueness constraint of number on the master.

Use the newWTPartMasterKey static factory method(s), not the WTPartMasterKey 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:
Serialized Form

Field Summary
 
Fields inherited from interface wt.org.OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE
 
Method Summary
 WTPrincipalReference getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
protected  void initialize(String identity)
          Supports initialization, following construction of an instance.
static WTPartMasterKey newWTPartMasterKey(String identity)
          

Supported API: true
 void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

newWTPartMasterKey

public static WTPartMasterKey newWTPartMasterKey(String identity)
                                          throws WTException


Supported API: true

Parameters:
identity -
Returns:
WTPartMasterKey
Throws:
WTException

initialize

protected void initialize(String identity)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: true

Parameters:
identity -
Throws:
WTException

getOrganizationReference

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

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: ORGANIZATION_REFERENCE.

Supported API: true

Parameters:
a_OrganizationReference -
Throws:
WTPropertyVetoException