Class OptionSetMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
com.ptc.windchill.option.model._OptionSetMaster
com.ptc.windchill.option.model.OptionSetMaster
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._Identified, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc._UniquelyIdentified, wt.fc.BusinessInformation, Identified, NetFactor, ObjectMappable, Persistable, UniquelyIdentified, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.generic._GenericizableMaster, wt.generic.GenericizableMaster, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.recent.RecentlyVisited, wt.ufid._Federatable, wt.ufid.Federatable, wt.vc._Mastered, Mastered

@GenAsPersistable(superClass=Master.class,interfaces={WTContained.class,wt.ufid.Federatable.class,UniquelyIdentified.class,wt.generic.GenericizableMaster.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="Name of the option set.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60,required=true),columnProperties=@ColumnProperties(unique=true,columnName="NFTName")),@GeneratedProperty(name="manageLocalRuleChangesIndependently",type=boolean.class,initialValue="false",supportedAPI=PUBLIC,javaDoc="A flag to indicate whether the local rules changes are managed independently from the Option Set. The default value is false.")},iconProperties=@IconProperties(standardIcon="/netmarkets/images/optionsetmaster.gif",openIcon="/netmarkets/images/optionsetmaster.gif")) public class OptionSetMaster extends _OptionSetMaster

Use the newOptionSetMaster static factory method(s), not the OptionSetMaster constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: