Class ModelItemMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.epm.modelitems._ModelItemMaster
wt.epm.modelitems.ModelItemMaster
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.archive._Archiveable, wt.fc.archive.Archiveable, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, DisplayIdentification, wt.ufid._Federatable, wt.ufid.Federatable

@GenAsPersistable(superClass=WTObject.class,interfaces={wt.fc.archive.Archiveable.class,wt.ufid.Federatable.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="uniqueId",type=java.lang.String.class,javaDoc="an internal identifier that uniquely identifies a model item in the context of its model item container The unique identifier cannot be changed once the Model Item Master has been persisted.",constraints=@PropertyConstraints(changeable=FROZEN,required=true)),@GeneratedProperty(name="filebased",type=boolean.class,initialValue="false",javaDoc="Denotes whether this model item was created in the CAD file by the CAD application or created in Windchill by an application.",accessors=@PropertyAccessors(setAccess=PROTECTED)),@GeneratedProperty(name="itemType",type=ModelItemType.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="itemSubType",type=ModelItemSubType.class)}) public class ModelItemMaster extends wt.epm.modelitems._ModelItemMaster

Use the newModelItemMaster static factory method(s), not the ModelItemMaster 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: