Class ModelItemLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.epm.modelitems._ModelItemLink
wt.epm.modelitems.ModelItemLink
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.archive._Archiveable, wt.fc.archive.Archiveable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, wt.federation._FederatedLinkHolder, wt.federation._RemotelyLinkable, wt.federation.FederatedLinkHolder, wt.federation.RemotelyLinkable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.type._Typed, wt.type._TypeManaged, wt.type.FlexTyped, wt.type.Typed, wt.type.TypeManaged, wt.ufid._Federatable, wt.ufid.Federatable

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,interfaces={wt.type.Typed.class,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 each model item link in the context of its parent model item The unique identifier cannot be changed once the Model Item Link has been persisted.",constraints=@PropertyConstraints(changeable=FROZEN,required=true)),@GeneratedProperty(name="referenceDesignator",type=java.lang.String.class,javaDoc="A code that usually consists of one or two letters followed by a number that unambiguously identifies a component typically on printed circuit board."),@GeneratedProperty(name="itemNumber",type=java.lang.Integer.class,javaDoc="Denotes the order in which the child model items will appear when displayed. (optional) "),@GeneratedProperty(name="itemName",type=java.lang.String.class,javaDoc="It is a name given to the usage of this child model item in the context of its parent."),@GeneratedProperty(name="linkType",type=ModelItemRelationshipType.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="quantity",type=Quantity.class),@GeneratedProperty(name="orientation",type=Transform.class)},roleA=@GeneratedRole(name="parent",type=ModelItem.class),roleB=@GeneratedRole(name="childMaster",type=ModelItemMaster.class,owner=false),tableProperties=@TableProperties(tableName="ModelItemLink")) public class ModelItemLink extends wt.epm.modelitems._ModelItemLink

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