Package com.ptc.windchill.option.model
Class _OptionMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
com.ptc.windchill.option.model._OptionMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.inf.container._WTContained,WTContained,wt.recent.RecentlyVisited,wt.ufid._Federatable,wt.ufid.Federatable,wt.vc._Mastered,Mastered
- Direct Known Subclasses:
OptionMaster
public abstract class _OptionMaster
extends Master
implements wt.ufid.Federatable, WTContained, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringName of the option.static final StringNumber of the option.static final StringOverride Display units.Fields inherited from class wt.enterprise.Master
OLD_FORMAT_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescriptionDerived from_Group.getName()getName()Name of the option.Number of the option.Override Display units.voidsetGroupName(String groupName) Derived from_Group.setName(java.lang.String)voidName of the option.voidNumber of the option.voidsetOverrideDisplayUnits(String overrideDisplayUnits) Override Display units.Methods inherited from class wt.enterprise.Master
getBusinessType, getIdentity, setSeriesMethods inherited from class wt.enterprise._Master
getSeries, readVersion, super_readExternal_Master, super_readVersion_Master, super_writeExternal_MasterMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, 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.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
NAME
Name of the option.Supported API: true
- See Also:
-
OVERRIDE_DISPLAY_UNITS
Override Display units.Supported API: true
- See Also:
-
NUMBER
Number of the option.Supported API: true
- See Also:
-
GROUP_NAME
Supported API: true- See Also:
-
-
Method Details
-
getName
Name of the option.Supported API: true
- See Also:
-
setName
Name of the option.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOverrideDisplayUnits
Override Display units.Supported API: true
- See Also:
-
setOverrideDisplayUnits
Override Display units.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getNumber
Number of the option.Supported API: true
- See Also:
-
setNumber
Number of the option.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getGroupName
Derived from_Group.getName()Supported API: true
- See Also:
-
setGroupName
Derived from_Group.setName(java.lang.String)Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-