Class PartListMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
com.ptc.arbortext.windchill.partlist._PartListMaster
com.ptc.arbortext.windchill.partlist.PartListMaster
All Implemented Interfaces:
Externalizable, Serializable, wt.configuration._ConfiguredMaster, _SerialNumbered, ConfiguredMaster, SerialNumbered, wt.eff._EffContext, EffContext, wt.esi._Releasable, Releasable, 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, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.inf.container._WTContained, wt.inf.container._WTContainedIdentified, WTContained, WTContainedIdentified, _OrganizationOwned, _OrganizationOwnedImpl, wt.org._OrganizationOwnedMaster, OrganizationOwned, OrganizationOwnedImpl, OrganizationOwnedMaster, wt.recent.RecentlyVisited, wt.translate._MasterTranslatable, wt.translate._Translatable, wt.translate.MasterTranslatable, wt.translate.Translatable, wt.ufid._Federatable, wt.ufid.Federatable, wt.vc._Mastered, Mastered

@GenAsPersistable(superClass=Master.class,interfaces={wt.translate.MasterTranslatable.class,OrganizationOwnedMaster.class,Releasable.class,WTContained.class,UniquelyIdentified.class,WTContainedIdentified.class,ConfiguredMaster.class,wt.ufid.Federatable.class,SerialNumbered.class,wt.iba.value.IBAHolder.class,EffContext.class,wt.generic.GenericizableMaster.class},serializable=EXTERNALIZABLE_BASIC,extendable=true,properties={@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The number attribute represents the number for this part list element and all of its versions.",constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=40,required=true),columnProperties=@ColumnProperties(index=true,columnName="WTPartNumber")),@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The name of the part list.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60,required=true)),@GeneratedProperty(name="updateRequired",type=java.lang.Boolean.class,supportedAPI=PUBLIC,initialValue="false"),@GeneratedProperty(name="regenerateRequired",type=java.lang.Boolean.class,supportedAPI=PUBLIC,initialValue="false"),@GeneratedProperty(name="generated",type=java.lang.Boolean.class,supportedAPI=PUBLIC,initialValue="false")},tableProperties=@TableProperties(compositeIndex1="+UPPER(name)",oracleTableSize=HUGE),iconProperties=@IconProperties(standardIcon="netmarkets/images/parts_list_master.png",openIcon="netmarkets/images/parts_list_master.png")) public class PartListMaster extends _PartListMaster

Use the newPartsListMaster static factory method(s), not the PartListMaster 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: true

See Also: