wt.org
Interface OrganizationOwnedImpl

All Superinterfaces:
NetFactor, ObjectMappable, OrganizationOwned, Persistable, Serializable
All Known Subinterfaces:
ContainerTeamManaged, OrganizationOwnedMaster, WTContainer
All Known Implementing Classes:
ChangeIssue, ChangeOrder2, ChangeRequest2, EPMDocumentMaster, ExchangeContainer, OrgContainer, PDMLinkProduct, Project2, PromotionNotice, WTDocumentMaster, WTLibrary, WTPartMaster

public interface OrganizationOwnedImpl
extends OrganizationOwned

This interface is designed to be implemented by business object e.g. Mastered objects. The interface defines the persistable attribute organizationReference.

Supported API: true

Extendable: true


Field Summary
static String ORGANIZATION_REFERENCE
          Label for the attribute.
 
Fields inherited from interface wt.org.OrganizationOwned
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 WTPrincipalReference getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 
Methods inherited from interface wt.org.OrganizationOwned
getOrganization, getOrganizationCodingSystem, getOrganizationName, getOrganizationUniqueIdentifier, setOrganization
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

ORGANIZATION_REFERENCE

public static final String ORGANIZATION_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getOrganizationReference

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

Supported API: false

Specified by:
getOrganizationReference in interface OrganizationOwned
Returns:
WTPrincipalReference

setOrganizationReference

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

Supported API: false

Specified by:
setOrganizationReference in interface OrganizationOwned
Parameters:
a_OrganizationReference -
Throws:
WTPropertyVetoException