wt.org
Interface OrganizationOwned

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
ContainerTeamManaged, OrganizationOwnedImpl, OrganizationOwnedMaster, OrganizationOwnedVersion, WTContainer
All Known Implementing Classes:
ChangeIssue, ChangeOrder2, ChangeRequest2, EPMDocument, EPMDocumentMaster, ExchangeContainer, OrgContainer, PDMLinkProduct, Project2, PromotionNotice, WTDocument, WTDocumentMaster, WTLibrary, WTPart, WTPartMaster, WTProductConfiguration, WTProductConfigurationMaster, WTProductInstance2, WTProductInstanceMaster

public interface OrganizationOwned
extends Persistable



Supported API: true

Extendable: false


Field Summary
static String ORGANIZATION
          Label for the attribute.
static String ORGANIZATION_CODING_SYSTEM
          Label for the attribute; The getter for this attribute delivers organization coding system.
static String ORGANIZATION_NAME
          Label for the attribute; The getter for this attribute delivers organization name.
static String ORGANIZATION_REFERENCE
          Label for the attribute.
static String ORGANIZATION_UNIQUE_IDENTIFIER
          Label for the attribute; The getter for this attribute delivers organization unique identifier.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 WTOrganization getOrganization()
          Gets the value of the attribute: ORGANIZATION.
 String getOrganizationCodingSystem()
          Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM.
 String getOrganizationName()
          Gets the value of the attribute: ORGANIZATION_NAME.
 WTPrincipalReference getOrganizationReference()
          Gets the value of the attribute: ORGANIZATION_REFERENCE.
 String getOrganizationUniqueIdentifier()
          Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER.
 void setOrganization(WTOrganization a_Organization)
          Sets the value of the attribute: ORGANIZATION.
 void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
          Sets the value of the attribute: ORGANIZATION_REFERENCE.
 
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_UNIQUE_IDENTIFIER

public static final String ORGANIZATION_UNIQUE_IDENTIFIER
Label for the attribute; The getter for this attribute delivers organization unique identifier.

Supported API: true

See Also:
Constant Field Values

ORGANIZATION_CODING_SYSTEM

public static final String ORGANIZATION_CODING_SYSTEM
Label for the attribute; The getter for this attribute delivers organization coding system.

Supported API: true

See Also:
Constant Field Values

ORGANIZATION_NAME

public static final String ORGANIZATION_NAME
Label for the attribute; The getter for this attribute delivers organization name.

Supported API: true

See Also:
Constant Field Values

ORGANIZATION_REFERENCE

public static final String ORGANIZATION_REFERENCE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

ORGANIZATION

public static final String ORGANIZATION
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getOrganizationUniqueIdentifier

public String getOrganizationUniqueIdentifier()
Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER. The getter for this attribute delivers organization unique identifier.

Supported API: true

Returns:
String

getOrganizationCodingSystem

public String getOrganizationCodingSystem()
Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM. The getter for this attribute delivers organization coding system.

Supported API: true

Returns:
String

getOrganizationName

public String getOrganizationName()
Gets the value of the attribute: ORGANIZATION_NAME. The getter for this attribute delivers organization name.

Supported API: true

Returns:
String

getOrganizationReference

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

Supported API: true

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

getOrganization

public WTOrganization getOrganization()
Gets the value of the attribute: ORGANIZATION.

Supported API: true

Returns:
WTOrganization

setOrganization

public void setOrganization(WTOrganization a_Organization)
                     throws WTPropertyVetoException
Sets the value of the attribute: ORGANIZATION.

Supported API: true

Parameters:
a_Organization -
Throws:
WTPropertyVetoException