Package com.ptc.windchill.esi.txn
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
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLabel for the attribute.static final StringLabel for the attribute.Fields inherited from class wt.fc._ObjectToObjectLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionGets the object for the association that plays role: ACTIVITY_ROLE.Gets the object for the association that plays role: ESITRANSACTION_ROLE.voidsetActivity(ReleaseActivity activity) Sets the object for the association that plays role: ACTIVITY_ROLE.voidsetESITransaction(ESITransaction ESITransaction) Sets the object for the association that plays role: ESITRANSACTION_ROLE.Methods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRemoteRoleAObjectId, getRemoteRoleBObjectId, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, isRoleANonpersistentProxy, isRoleBNonpersistentProxy, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.fc._ObjectToObjectLink
getClassInfo, getRoleAObjectRef, getRoleBObjectRef, getType, readVersion, super_readExternal_ObjectToObjectLink, super_readVersion_ObjectToObjectLink, super_writeExternal_ObjectToObjectLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
ESITRANSACTION_ROLE
Label for the attribute.
Supported API: true- See Also:
-
ACTIVITY_ROLE
Label for the attribute.
Supported API: true- See Also:
-
-
Method Details
-
getESITransaction
Gets the object for the association that plays role: ESITRANSACTION_ROLE.
Supported API: true- Returns:
- ESITransaction
-
setESITransaction
Sets the object for the association that plays role: ESITRANSACTION_ROLE.
Supported API: true- Parameters:
ESITransaction-- Throws:
WTPropertyVetoException
-
getActivity
Gets the object for the association that plays role: ACTIVITY_ROLE.
Supported API: true- Returns:
- ReleaseActivity
-
setActivity
Sets the object for the association that plays role: ACTIVITY_ROLE.
Supported API: true- Parameters:
activity-- Throws:
WTPropertyVetoException
-