Package com.ptc.windchill.option.model
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
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns expression roleA object
Supported API: trueReturns expression roleB object
Supported API: trueMethods inherited from class wt.vc.VersionToVersionLink
duplicate, getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleBObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getLinkedFrom
Returns expression roleA object
Supported API: true- Overrides:
getLinkedFromin classcom.ptc.windchill.option.model._ModuleVariantInformationLink
-
getLinkedTo
Returns expression roleB object
Supported API: true- Overrides:
getLinkedToin classcom.ptc.windchill.option.model._ModuleVariantInformationLink
-