Package wt.epm.alternaterep
Class _AlternateRepresentation
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.epm.alternaterep._AlternateRepresentation
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
- Direct Known Subclasses:
AlternateRepresentation
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: truestatic final StringSupported API: trueFields 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 TypeMethodDescriptionintSupported API: trueintSupported API: trueintSupported API: trueintSupported API: truevoidsetAlternateRepID(int alternateRepID) Supported API: truevoidsetAppAttrs(int appAttrs) Supported API: truevoidsetGenAttrs(int genAttrs) Supported API: truevoidsetMasterRepID(int masterRepID) Supported API: trueMethods 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
-
ALTERNATE_REP_ID
Supported API: true- See Also:
-
GEN_ATTRS
Supported API: true- See Also:
-
APP_ATTRS
Supported API: true- See Also:
-
MASTER_REP_ID
Supported API: true- See Also:
-
-
Method Details
-
getAlternateRepID
public int getAlternateRepID()Supported API: true- See Also:
-
setAlternateRepID
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getGenAttrs
public int getGenAttrs()Supported API: true- See Also:
-
setGenAttrs
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getAppAttrs
public int getAppAttrs()Supported API: true- See Also:
-
setAppAttrs
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-
getMasterRepID
public int getMasterRepID()Supported API: true- See Also:
-
setMasterRepID
Supported API: true- Throws:
WTPropertyVetoException- See Also:
-