Package com.ptc.windchill.esi.snapshot
Class _ESIReleasedObjectAttributes
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
com.ptc.windchill.esi.snapshot._ESIReleasedObjectAttributes
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
- Direct Known Subclasses:
ESIReleasedObjectAttributes
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttribute names like line number, quantity etc.static final StringRelease class of the object being publishedstatic final StringValue of the attributes as a string separated by a | in the same order as attribute values are storedFields 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 TypeMethodDescriptionAttribute names like line number, quantity etc.Release class of the object being publishedgetValue()Value of the attributes as a string separated by a | in the same order as attribute values are storedvoidsetAttribute(String attribute) Attribute names like line number, quantity etc.voidsetReleaseClass(String releaseClass) Release class of the object being publishedvoidValue of the attributes as a string separated by a | in the same order as attribute values are storedMethods 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, setPersistInfo
-
Field Details
-
ATTRIBUTE
Attribute names like line number, quantity etc. as a string separated by |Supported API: true
- See Also:
-
VALUE
Value of the attributes as a string separated by a | in the same order as attribute values are storedSupported API: true
- See Also:
-
RELEASE_CLASS
Release class of the object being publishedSupported API: true
- See Also:
-
-
Method Details
-
getAttribute
Attribute names like line number, quantity etc. as a string separated by |Supported API: true
- See Also:
-
setAttribute
Attribute names like line number, quantity etc. as a string separated by |Supported API: true
- See Also:
-
getValue
Value of the attributes as a string separated by a | in the same order as attribute values are storedSupported API: true
- See Also:
-
setValue
Value of the attributes as a string separated by a | in the same order as attribute values are storedSupported API: true
- See Also:
-
getReleaseClass
Release class of the object being publishedSupported API: true
- See Also:
-
setReleaseClass
Release class of the object being publishedSupported API: true
- See Also:
-