Package com.ptc.windchill.mpml
Class MPMPlantAssignmentLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
- All Implemented Interfaces:
com.ptc.windchill.mpml._MPMPlantAssignmentLinkTypeInterface,com.ptc.windchill.mpml.MPMPlantAssignmentLinkTypeInterface,Externalizable,Serializable,wt.esi._Releasable,Releasable,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,_Filterable,Filterable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.option._ChoiceMappable,wt.option._Expressionable,wt.option._ExpressionAssignable,ChoiceMappable,Expressionable,ExpressionAssignable,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=MPMAbstractPlantAssignmentLink.class,
interfaces={wt.type.Typed.class,com.ptc.windchill.mpml.MPMPlantAssignmentLinkTypeInterface.class},
roleA=@GeneratedRole(name="referencedBy",type=MPMPlantOwned.class,cascade=false),
roleB=@GeneratedRole(name="references",type=MPMPlantMaster.class,cardinality=ONE_TO_MANY,owner=false),
tableProperties=@TableProperties(tableName="MPMPlantAssignmentLink"),
iconProperties=@IconProperties(standardIcon="netmarkets/images/plant.gif",openIcon="netmarkets/images/plant.gif"))
public class MPMPlantAssignmentLink
extends _MPMPlantAssignmentLink
Use the newMPMPlantAssignmentLink static factory method(s),
not the MPMPlantAssignmentLink 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:
-
Field Summary
Fields inherited from class com.ptc.windchill.mpml._MPMPlantAssignmentLink
EXTERNALIZATION_VERSION_UIDFields inherited from class wt.vc.struct._IteratedReferenceLink
REFERENCED_BY_ROLE, REFERENCES_ROLEFields inherited from class wt.fc._ObjectToObjectLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.option._Expressionable
EXPRESSION_DATAFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.filter._Filterable
FILTERED_STATUSFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface com.ptc.windchill.mpml._MPMPlantAssignmentLinkTypeInterface
TYPE_INFO_MPMPLANT_ASSIGNMENT_LINKFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.type._Typed
TYPE_DEFINITION_REFERENCEFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.option.ChoiceMappable
LOADER_CACHE_KEYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.option.Expressionable
LOADER_CACHE_KEYFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic MPMPlantAssignmentLinknewMPMPlantAssignmentLink(MPMPlantOwned referencedBy, MPMPlantMaster references) Default factory for the class.Methods inherited from class com.ptc.windchill.mpml._MPMPlantAssignmentLink
getAttributeContainer, getClassInfo, getConceptualClassname, getReferencedBy, getReferences, getType, getTypeDefinitionReference, getTypeInfoMPMPlantAssignmentLink, readExternal, readExternal, readVersion, setAttributeContainer, setReferencedBy, setReferences, setTypeDefinitionReference, setTypeInfoMPMPlantAssignmentLink, super_readExternal_MPMPlantAssignmentLink, super_readVersion_MPMPlantAssignmentLink, super_writeExternal_MPMPlantAssignmentLink, writeExternal, writeExternalMethods inherited from class com.ptc.windchill.mpml.MPMAbstractPlantAssignmentLink
newMPMAbstractPlantAssignmentLinkMethods inherited from class com.ptc.windchill.mpml._MPMAbstractPlantAssignmentLink
getExpressionData, getFederatableInfo, getFilteredStatus, readVersion, setExpressionData, setFederatableInfo, setFilteredStatus, setReferencedBy, setReferences, super_readExternal_MPMAbstractPlantAssignmentLink, super_readVersion_MPMAbstractPlantAssignmentLink, super_writeExternal_MPMAbstractPlantAssignmentLinkMethods inherited from class wt.vc.struct._IteratedReferenceLink
readVersion, super_readExternal_IteratedReferenceLink, super_readVersion_IteratedReferenceLink, super_writeExternal_IteratedReferenceLinkMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRemoteRoleAObjectId, getRemoteRoleBObjectId, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, isRoleANonpersistentProxy, isRoleBNonpersistentProxy, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.fc._ObjectToObjectLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_ObjectToObjectLink, super_readVersion_ObjectToObjectLink, super_writeExternal_ObjectToObjectLinkMethods 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
-
newMPMPlantAssignmentLink
public static MPMPlantAssignmentLink newMPMPlantAssignmentLink(MPMPlantOwned referencedBy, MPMPlantMaster references) throws WTException Default factory for the class.
Supported API: true- Parameters:
referencedBy-references-- Returns:
- MPMPlantAssignmentLink
- Throws:
WTException
-