com.ptc.windchill.esi.txn
Class ESITransactionMessage
java.lang.Object
wt.fc.WTObject
com.ptc.windchill.esi.txn.ESITransactionMessage
- All Implemented Interfaces:
- Externalizable, Serializable, NetFactor, ObjectMappable, Persistable, DisplayIdentification
public class ESITransactionMessage
- extends WTObject
- implements Externalizable
Use the newESITransactionMessage static factory method(s),
not the ESITransactionMessage 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 |
TEXT
Label for the attribute; Text associated with message. |
|
Method Summary |
String |
getText()
Gets the value of the attribute: TEXT. |
TEXT
public static final String TEXT
- Label for the attribute; Text associated with message.
Supported API: true
- See Also:
- Constant Field Values
getText
public String getText()
- Gets the value of the attribute: TEXT.
Text associated with message.
Supported API: true
- Returns:
- String