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
Fields -
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
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
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:
-