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:
-
Field Summary
Fields inherited from class com.ptc.windchill.option.model._ModuleVariantInformationLink
EXTERNALIZATION_VERSION_UID, LINKED_FROM_ROLE, LINKED_TO_ROLE, PROCUREMENT_CONTEXTFields inherited from class wt.vc._VersionToVersionLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface com.ptc.windchill.option.model._ModuleVariantInformationLinkTypeInterface
TYPE_INFO_MODULE_VARIANT_INFORMATION_LINKFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUE -
Method Summary
Modifier and TypeMethodDescriptionReturns expression roleA object
Supported API: trueReturns expression roleB object
Supported API: trueMethods inherited from class com.ptc.windchill.option.model._ModuleVariantInformationLink
getAdministrativeLock, getAttributeContainer, getClassInfo, getConceptualClassname, getDomainRef, getProcurementContext, getSecurityLabels, getType, getTypeInfoModuleVariantInformationLink, isInheritedDomain, readExternal, readExternal, readVersion, setAdministrativeLock, setAttributeContainer, setDomainRef, setInheritedDomain, setLinkedFrom, setLinkedTo, setProcurementContext, setSecurityLabels, setTypeInfoModuleVariantInformationLink, super_readExternal_ModuleVariantInformationLink, super_readVersion_ModuleVariantInformationLink, super_writeExternal_ModuleVariantInformationLink, writeExternal, writeExternalMethods inherited from class wt.vc.VersionToVersionLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, setRoleAObject, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.vc._VersionToVersionLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_VersionToVersionLink, super_readVersion_VersionToVersionLink, super_writeExternal_VersionToVersionLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
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
-