|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.Item
com.ptc.windchill.esi.txn.ESITransaction
public class ESITransaction
Defines an ESI Transaction and manages a set of ReleaseActivities.
Use the newESITransaction static factory method(s), not
the ESITransaction 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
| Field Summary | |
|---|---|
static String |
CREATOR
Label for the attribute; The name of the user who created this entry. |
static String |
DELETED
Label for the attribute. |
static String |
END_TIME_STAMP
Label for the attribute; End timestamp of the transaction. |
static String |
ID_NUMBER
Label for the attribute. |
static String |
MESSAGE
Label for the attribute. |
static String |
MESSAGE_REFERENCE
Label for the attribute. |
static String |
START_TIME_STAMP
Label for the attribute; Start timestamp of the transaction. |
static String |
STATUS
Label for the attribute. |
| Method Summary | |
|---|---|
String |
getCreator()
Gets the value of the attribute: CREATOR. |
Timestamp |
getEndTimeStamp()
Gets the value of the attribute: END_TIME_STAMP. |
int |
getIdNumber()
Gets the value of the attribute: ID_NUMBER. |
ESITransactionMessage |
getMessage()
Gets the object for the association that plays role: MESSAGE. |
ObjectReference |
getMessageReference()
Gets the value of the attribute: MESSAGE_REFERENCE. |
Timestamp |
getStartTimeStamp()
Gets the value of the attribute: START_TIME_STAMP. |
ESITransactionStatusType |
getStatus()
Gets the object for the association that plays role: STATUS. |
boolean |
isDeleted()
Gets the value of the attribute: DELETED. |
void |
setCreator(String a_Creator)
Sets the value of the attribute: CREATOR. |
void |
setDeleted(boolean a_Deleted)
Sets the value of the attribute: DELETED. |
void |
setEndTimeStamp(Timestamp a_EndTimeStamp)
Sets the value of the attribute: END_TIME_STAMP. |
void |
setIdNumber(int a_IdNumber)
Sets the value of the attribute: ID_NUMBER. |
void |
setMessage(ESITransactionMessage a_Message)
Sets the object for the association that plays role: MESSAGE. |
void |
setMessageReference(ObjectReference a_MessageReference)
Sets the value of the attribute: MESSAGE_REFERENCE. |
void |
setStartTimeStamp(Timestamp a_StartTimeStamp)
Sets the value of the attribute: START_TIME_STAMP. |
void |
setStatus(ESITransactionStatusType a_Status)
Sets the object for the association that plays role: STATUS. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ID_NUMBER
public static final String DELETED
public static final String CREATOR
public static final String START_TIME_STAMP
public static final String END_TIME_STAMP
public static final String STATUS
public static final String MESSAGE
public static final String MESSAGE_REFERENCE
| Method Detail |
|---|
public int getIdNumber()
public void setIdNumber(int a_IdNumber)
throws WTPropertyVetoException
a_IdNumber -
WTPropertyVetoExceptionpublic boolean isDeleted()
public void setDeleted(boolean a_Deleted)
throws WTPropertyVetoException
a_Deleted -
WTPropertyVetoExceptionpublic String getCreator()
public void setCreator(String a_Creator)
throws WTPropertyVetoException
a_Creator -
WTPropertyVetoExceptionpublic Timestamp getStartTimeStamp()
public void setStartTimeStamp(Timestamp a_StartTimeStamp)
throws WTPropertyVetoException
a_StartTimeStamp -
WTPropertyVetoExceptionpublic Timestamp getEndTimeStamp()
public void setEndTimeStamp(Timestamp a_EndTimeStamp)
throws WTPropertyVetoException
a_EndTimeStamp -
WTPropertyVetoExceptionpublic ESITransactionStatusType getStatus()
public void setStatus(ESITransactionStatusType a_Status)
throws WTPropertyVetoException
a_Status -
WTPropertyVetoExceptionpublic ESITransactionMessage getMessage()
public void setMessage(ESITransactionMessage a_Message)
throws WTPropertyVetoException,
WTException
a_Message -
WTPropertyVetoException
WTExceptionpublic ObjectReference getMessageReference()
public void setMessageReference(ObjectReference a_MessageReference)
throws WTPropertyVetoException
a_MessageReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||