wt.org
Class WTOrganizationIdentifier

java.lang.Object
  extended by wt.org.WTOrganizationIdentifier
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Evolvable

public class WTOrganizationIdentifier
extends Object
implements ObjectMappable, Evolvable, Externalizable

Use the newWTOrganizationIdentifier static factory method(s), not the WTOrganizationIdentifier 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: false

See Also:
Serialized Form

Field Summary
static String CODING_SYSTEM
          Label for the attribute.
static String UNIQUE_IDENTIFIER
          Label for the attribute.
 
Method Summary
 String getCodingSystem()
          Gets the value of the attribute: CODING_SYSTEM.
 String getUniqueIdentifier()
          Gets the value of the attribute: UNIQUE_IDENTIFIER.
 void setCodingSystem(String a_CodingSystem)
          Sets the value of the attribute: CODING_SYSTEM.
 void setUniqueIdentifier(String a_UniqueIdentifier)
          Sets the value of the attribute: UNIQUE_IDENTIFIER.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODING_SYSTEM

public static final String CODING_SYSTEM
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

UNIQUE_IDENTIFIER

public static final String UNIQUE_IDENTIFIER
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getCodingSystem

public String getCodingSystem()
Gets the value of the attribute: CODING_SYSTEM.

Supported API: true

Returns:
String

setCodingSystem

public void setCodingSystem(String a_CodingSystem)
                     throws WTPropertyVetoException
Sets the value of the attribute: CODING_SYSTEM.

Supported API: true

Parameters:
a_CodingSystem -
Throws:
WTPropertyVetoException

getUniqueIdentifier

public String getUniqueIdentifier()
Gets the value of the attribute: UNIQUE_IDENTIFIER.

Supported API: true

Returns:
String

setUniqueIdentifier

public void setUniqueIdentifier(String a_UniqueIdentifier)
                         throws WTPropertyVetoException
Sets the value of the attribute: UNIQUE_IDENTIFIER.

Supported API: true

Parameters:
a_UniqueIdentifier -
Throws:
WTPropertyVetoException