com.ptc.windchill.esi.txn
Class ESITransactionMessage

java.lang.Object
  extended by wt.fc.WTObject
      extended by 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.
 
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

TEXT

public static final String TEXT
Label for the attribute; Text associated with message.

Supported API: true

See Also:
Constant Field Values
Method Detail

getText

public String getText()
Gets the value of the attribute: TEXT. Text associated with message.

Supported API: true

Returns:
String