|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.IdentificationObject
wt.change2.ChangeIdentificationObject
wt.change2.WTChangeInvestigationMasterIdentity
public class WTChangeInvestigationMasterIdentity
The identification object for WTChangeInvestigation objects. This object is responsible for assigning a unique number to a WTChangeInvestigation object when it is stored in the database. It is responsible, through the Identificaition Service, for setting the user-provided name for a WTChangeInvestigation object.
Use the newWTChangeInvestigationMasterIdentity static factory
method(s), not the WTChangeInvestigationMasterIdentity 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: true
WTChangeInvestigation,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface wt.org.OrganizationOwnedIdentificationObjectNamespace |
|---|
ORGANIZATION_REFERENCE |
| Method Summary | |
|---|---|
String |
getIdentity()
Returns the number. |
String |
getName()
Gets the value of the attribute: name; The end-user provided name that this WTChangeInvestigationIdentity object is responsible setting on a WTChangeInvestigation object at the request of the Identity Service. |
String |
getNumber()
Gets the value of the attribute: number; A unique number assigned by this WTChangeInvestigationIdentity object for the associated WTChangeInvestigation object when it is stored in the database. |
void |
setName(String a_Name)
Sets the value of the attribute: name; The end-user provided name that this WTChangeInvestigationIdentity object is responsible setting on a WTChangeInvestigation object at the request of the Identity Service. |
void |
setNumber(String a_Number)
Sets the value of the attribute: number; A unique number assigned by this WTChangeInvestigationIdentity object for the associated WTChangeInvestigation object when it is stored in the database. |
protected void |
setToObject(Identified obj)
Sets the name to the given change investigation Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getNumber()
public void setNumber(String a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionpublic String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionprotected void setToObject(Identified obj)
obj - public String getIdentity()
getIdentity in class wt.change2.ChangeIdentificationObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||