Class ModuleVariantInformationLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
com.ptc.windchill.option.model._ModuleVariantInformationLink
com.ptc.windchill.option.model.ModuleVariantInformationLink
All Implemented Interfaces:
com.ptc.windchill.option.model._ModuleVariantInformationLinkTypeInterface, com.ptc.windchill.option.model.ModuleVariantInformationLinkTypeInterface, Externalizable, Serializable, wt.access._AccessControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, wt.iba.value._IBAHolder, wt.iba.value.IBAHolder, DisplayIdentification, wt.type._TypeManaged, wt.type.TypeManaged

@GenAsBinaryLink(superClass=VersionToVersionLink.class, interfaces={wt.type.TypeManaged.class,wt.access.PolicyAccessControlled.class,SecurityLabeled.class,wt.iba.value.IBAHolder.class,com.ptc.windchill.option.model.ModuleVariantInformationLinkTypeInterface.class}, serializable=EXTERNALIZABLE_BASIC, roleA=@GeneratedRole(name="linkedFrom",type=WTPart.class,cardinality=ONE_TO_MANY), roleB=@GeneratedRole(name="linkedTo",type=ModuleVariantInformationContext.class,cardinality=ONE_TO_MANY), properties=@GeneratedProperty(name="procurementContext",type=ObjectReference.class,constraints=@PropertyConstraints(required=false)), tableProperties=@TableProperties(compositeUnique1="+roleAObjectRef.key.branchId+roleBObjectRef.key.branchId+procurementContext.key.id",tableName="ModuleVariantInformationLink"), iconProperties=@IconProperties(standardIcon="wt/clients/images/WTUnknown.gif",openIcon="wt/clients/images/WTUnknown.gif")) public class ModuleVariantInformationLink extends com.ptc.windchill.option.model._ModuleVariantInformationLink
A versionToVersionLink which holds information about WTPart as RoleA and ModuleVariantInformationContext(VariantSpec) as RoleB.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • getLinkedFrom

      public WTPart getLinkedFrom()
      Returns expression roleA object

      Supported API: true
      Overrides:
      getLinkedFrom in class com.ptc.windchill.option.model._ModuleVariantInformationLink
    • getLinkedTo

      public ModuleVariantInformationContext getLinkedTo()
      Returns expression roleB object

      Supported API: true
      Overrides:
      getLinkedTo in class com.ptc.windchill.option.model._ModuleVariantInformationLink