wt.change2
Class WTVarianceMasterIdentity

java.lang.Object
  extended by wt.fc.IdentificationObject
      extended by wt.change2.ChangeIdentificationObject
          extended by wt.change2.WTVarianceMasterIdentity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc.IdentificationObjectNamespace, NetFactor, WTContainerNamespace, OrganizationOwnedIdentificationObjectNamespace

public class WTVarianceMasterIdentity
extends wt.change2.ChangeIdentificationObject
implements Externalizable

Use the newWTVarianceMasterIdentity static factory method(s), not the WTVarianceMasterIdentity 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
 
Fields inherited from interface wt.org.OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE
 
Method Summary
 String getIdentity()
          

Supported API: true
 String getName()
          Gets the value of the attribute: name.
 String getNumber()
          Gets the value of the attribute: number.
 void setName(String a_Name)
          Sets the value of the attribute: name.
 void setNumber(String a_Number)
          Sets the value of the attribute: number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Gets the value of the attribute: name.

Supported API: true

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: name.

Supported API: true

Parameters:
a_Name -
Throws:
WTPropertyVetoException

getNumber

public String getNumber()
Gets the value of the attribute: number.

Supported API: true

Returns:
String

setNumber

public void setNumber(String a_Number)
               throws WTPropertyVetoException
Sets the value of the attribute: number.

Supported API: true

Parameters:
a_Number -
Throws:
WTPropertyVetoException

getIdentity

public String getIdentity()


Supported API: true

Overrides:
getIdentity in class wt.change2.ChangeIdentificationObject
Returns:
String