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:
  • Field Summary

    Fields inherited from class wt.epm.modelitems._ModelItemMaster

    EXTERNALIZATION_VERSION_UID, FILEBASED, ITEM_SUB_TYPE, ITEM_TYPE, UNIQUE_ID

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.ufid._Federatable

    FEDERATABLE_INFO

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE
  • Method Summary

    Methods inherited from class wt.epm.modelitems._ModelItemMaster

    getClassInfo, getConceptualClassname, getFederatableInfo, getItemSubType, getItemType, getType, getUniqueId, isFilebased, readExternal, readExternal, readVersion, setFederatableInfo, setFilebased, setItemSubType, setItemType, setUniqueId, super_readExternal_ModelItemMaster, super_readVersion_ModelItemMaster, super_writeExternal_ModelItemMaster, writeExternal, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes, getIdentity