|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String ORGANIZATION_UNIQUE_IDENTIFIER
public static final String ORGANIZATION_CODING_SYSTEM
public static final String ORGANIZATION_NAME
public static final String ORGANIZATION_REFERENCE
public static final String ORGANIZATION
Method Detail |
public String getOrganizationUniqueIdentifier()
public String getOrganizationCodingSystem()
public String getOrganizationName()
public WTPrincipalReference getOrganizationReference()
public void setOrganizationReference(WTPrincipalReference a_OrganizationReference) throws WTPropertyVetoException
a_OrganizationReference
-
WTPropertyVetoException
public WTOrganization getOrganization()
public void setOrganization(WTOrganization a_Organization) throws WTPropertyVetoException
a_Organization
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |