Package com.ptc.windchill.esi.txn
Class _ESIRelease
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
com.ptc.windchill.esi.txn._ESIRelease
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.notify._Notifiable,Notifiable,wt.recent.RecentlyVisited
- Direct Known Subclasses:
ESIRelease
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringTimestamp associated with the end of the release.static final StringSupported API: truestatic final StringSupported API: truestatic final StringTimestamp associated with the start of the release.static final StringSupported API: trueFields inherited from class wt.fc.Item
SIMPLE_X10_UID, VERSION_40_UID, VERSION_51_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescriptionSupported API: trueTimestamp associated with the end of the release.Supported API: trueintSupported API: trueTimestamp associated with the start of the release.Supported API: truevoidsetCreator(String creator) Supported API: truevoidsetEndTimeStamp(Timestamp endTimeStamp) Timestamp associated with the end of the release.voidsetMessage(String message) Supported API: truevoidsetNumber(int number) Supported API: truevoidsetStartTimeStamp(Timestamp startTimeStamp) Timestamp associated with the start of the release.voidsetStatus(ReleaseStatusType status) Supported API: trueMethods inherited from class wt.fc.Item
initializeMethods inherited from class wt.fc._Item
getAdministrativeLock, getDomainRef, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setInheritedDomain, setSecurityLabels, super_readExternal_Item, super_readVersion_Item, super_writeExternal_ItemMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, 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
-
NUMBER
Supported API: true- See Also:
-
CREATOR
Supported API: true- See Also:
-
START_TIME_STAMP
Timestamp associated with the start of the release.Supported API: true
- See Also:
-
END_TIME_STAMP
Timestamp associated with the end of the release.Supported API: true
- See Also:
-
STATUS
Supported API: true- See Also:
-
MESSAGE
Supported API: true- See Also:
-
-
Method Details
-
getNumber
public int getNumber()Supported API: true- See Also:
-
setNumber
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getCreator
Supported API: true- See Also:
-
setCreator
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getStartTimeStamp
Timestamp associated with the start of the release.Supported API: true
- See Also:
-
setStartTimeStamp
Timestamp associated with the start of the release.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getEndTimeStamp
Timestamp associated with the end of the release.Supported API: true
- See Also:
-
setEndTimeStamp
Timestamp associated with the end of the release.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getStatus
Supported API: true- See Also:
-
setStatus
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getMessage
Supported API: true- See Also:
-
setMessage
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-