Class ESITransactionActivity

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.windchill.esi.txn.ESITransactionActivity
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public final class ESITransactionActivity extends ObjectToObjectLink implements Externalizable

Use the newESITransactionActivity static factory method(s), not the ESITransactionActivity 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:
  • Field Details

    • ESITRANSACTION_ROLE

      public static final String ESITRANSACTION_ROLE
      Label for the attribute.

      Supported API: true
      See Also:
    • ACTIVITY_ROLE

      public static final String ACTIVITY_ROLE
      Label for the attribute.

      Supported API: true
      See Also:
  • Method Details

    • getESITransaction

      public ESITransaction getESITransaction()
      Gets the object for the association that plays role: ESITRANSACTION_ROLE.

      Supported API: true
      Returns:
      ESITransaction
    • setESITransaction

      public void setESITransaction(ESITransaction ESITransaction) throws WTPropertyVetoException
      Sets the object for the association that plays role: ESITRANSACTION_ROLE.

      Supported API: true
      Parameters:
      ESITransaction -
      Throws:
      WTPropertyVetoException
    • getActivity

      public ReleaseActivity getActivity()
      Gets the object for the association that plays role: ACTIVITY_ROLE.

      Supported API: true
      Returns:
      ReleaseActivity
    • setActivity

      public void setActivity(ReleaseActivity activity) throws WTPropertyVetoException
      Sets the object for the association that plays role: ACTIVITY_ROLE.

      Supported API: true
      Parameters:
      activity -
      Throws:
      WTPropertyVetoException