Package com.ptc.windchill.esi.snapshot
Class _ESIReleasedObjectSnapshot
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.esi.snapshot._ESIReleasedObjectSnapshot
- All Implemented Interfaces:
Externalizable,Serializable,wt.esi._Releasable,Releasable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
- Direct Known Subclasses:
ESIReleasedObjectSnapshot
public abstract class _ESIReleasedObjectSnapshot
extends WTObject
implements Releasable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAction.static final StringObject reference of coupling object.static final StringObject reference of BOM in case of raw material link and primary part in case of coupling object.This will be null in case of coupling member object.static final StringObject reference of raw material link/coupling/coupling member object.static final StringObject reference of esi target object.static final StringTransaction ID.Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionAction.Object reference of coupling object.Object reference of BOM in case of raw material link and primary part in case of coupling object.This will be null in case of coupling member object.Object reference of raw material link/coupling/coupling member object.Object reference of esi target object.longTransaction ID.voidAction.voidsetGroupObjectRef(ObjectReference groupObjectRef) Object reference of coupling object.voidsetParentReference(ObjectReference parentReference) Object reference of BOM in case of raw material link and primary part in case of coupling object.This will be null in case of coupling member object.voidsetReleasedObjectRef(ObjectReference releasedObjectRef) Object reference of raw material link/coupling/coupling member object.voidsetTargetRef(ObjectReference targetRef) Object reference of esi target object.voidsetTransactionID(long transactionID) Transaction ID.Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, 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
-
PARENT_REFERENCE
Object reference of BOM in case of raw material link and primary part in case of coupling object.This will be null in case of coupling member object.Supported API: true
- See Also:
-
RELEASED_OBJECT_REF
Object reference of raw material link/coupling/coupling member object.Supported API: true
- See Also:
-
GROUP_OBJECT_REF
Object reference of coupling object. This field will be populated only for coupling member object.Supported API: true
- See Also:
-
TARGET_REF
Object reference of esi target object.Supported API: true
- See Also:
-
TRANSACTION_ID
Transaction ID. This field will be populated only when context part/content part/navigation criteria of smart collection is released.Supported API: true
- See Also:
-
ACTION
Action. This field will be populated only when raw material is released.Supported API: true
- See Also:
-
-
Method Details
-
getParentReference
Object reference of BOM in case of raw material link and primary part in case of coupling object.This will be null in case of coupling member object.Supported API: true
- See Also:
-
setParentReference
Object reference of BOM in case of raw material link and primary part in case of coupling object.This will be null in case of coupling member object.Supported API: true
- See Also:
-
getReleasedObjectRef
Object reference of raw material link/coupling/coupling member object.Supported API: true
- See Also:
-
setReleasedObjectRef
Object reference of raw material link/coupling/coupling member object.Supported API: true
- See Also:
-
getGroupObjectRef
Object reference of coupling object. This field will be populated only for coupling member object.Supported API: true
- See Also:
-
setGroupObjectRef
Object reference of coupling object. This field will be populated only for coupling member object.Supported API: true
- See Also:
-
getTargetRef
Object reference of esi target object.Supported API: true
- See Also:
-
setTargetRef
Object reference of esi target object.Supported API: true
- See Also:
-
getTransactionID
public long getTransactionID()Transaction ID. This field will be populated only when context part/content part/navigation criteria of smart collection is released.Supported API: true
- See Also:
-
setTransactionID
public void setTransactionID(long transactionID) Transaction ID. This field will be populated only when context part/content part/navigation criteria of smart collection is released.Supported API: true
- See Also:
-
getAction
Action. This field will be populated only when raw material is released.Supported API: true
- See Also:
-
setAction
Action. This field will be populated only when raw material is released.Supported API: true
- See Also:
-