com.ptc.windchill.esi.txn
Class ReleaseActivityMessage

java.lang.Object
  extended by wt.fc.WTObject
      extended by com.ptc.windchill.esi.txn.ReleaseActivityMessage
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public class ReleaseActivityMessage
extends WTObject
implements Externalizable

Use the newReleaseActivityMessage static factory method(s), not the ReleaseActivityMessage 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.
 void setText(String a_Text)
          Sets 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

setText

public void setText(String a_Text)
             throws WTPropertyVetoException
Sets the value of the attribute: TEXT. Text associated with message.

Supported API: true

Parameters:
a_Text -
Throws:
WTPropertyVetoException