Class _OptionSetMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
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
Direct Known Subclasses:
OptionSetMaster

public abstract class _OptionSetMaster extends Master implements WTContained, wt.ufid.Federatable, UniquelyIdentified, wt.generic.GenericizableMaster, Externalizable
See Also:
  • Field Details

    • NAME

      public static final String NAME
      Name of the option set.

      Supported API: true

      See Also:
    • MANAGE_LOCAL_RULE_CHANGES_INDEPENDENTLY

      public static final String MANAGE_LOCAL_RULE_CHANGES_INDEPENDENTLY
      A flag to indicate whether the local rules changes are managed independently from the Option Set. The default value is false.

      Supported API: true

      See Also:
  • Method Details

    • getName

      public String getName()
      Name of the option set.

      Supported API: true

      See Also:
    • setName

      public void setName(String name) throws WTPropertyVetoException
      Name of the option set.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • isManageLocalRuleChangesIndependently

      public boolean isManageLocalRuleChangesIndependently()
      A flag to indicate whether the local rules changes are managed independently from the Option Set. The default value is false.

      Supported API: true

      See Also:
    • setManageLocalRuleChangesIndependently

      public void setManageLocalRuleChangesIndependently(boolean manageLocalRuleChangesIndependently) throws WTPropertyVetoException
      A flag to indicate whether the local rules changes are managed independently from the Option Set. The default value is false.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: