Class AlternateItemGroup

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.windchill.esi.bom._AlternateItemGroup
com.ptc.windchill.esi.bom.AlternateItemGroup
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,versions=-6370308834478214004L,properties={@GeneratedProperty(name="number",type=int.class,supportedAPI=PUBLIC,javaDoc="Identifier of a grouping of a Windchill assembly component and its substitues. Must be unique on any assembly.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,required=true),columnProperties=@ColumnProperties(columnName="AlternateItemGroupNumber",oracleTableSize=LARGE)),@GeneratedProperty(name="lineNumber",type=long.class,supportedAPI=PUBLIC,javaDoc="Line number is copied from part usage link when an assembly is published to ERP.")},roleA=@GeneratedRole(name="theWTPart",type=WTPart.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PROTECTED)),roleB=@GeneratedRole(name="theWTPartMaster",type=WTPartMaster.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PROTECTED)),tableProperties=@TableProperties(compositeUnique1="+roleAObjectRef.key.id+NVL(number,idA2A2)",tableName="AlternateItemGroup",oracleTableSize=LARGE)) public final class AlternateItemGroup extends _AlternateItemGroup
Represent an identifier for grouping a component and substitues on a Windchill assembly. This object is used to map a Windchill assembly to the alternate item group behavior of SAP's R3 ERP system.

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