Package com.ptc.windchill.mpml
Class MPMPlantLocalizationLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.windchill.mpml._MPMPlantLocalizationLink
com.ptc.windchill.mpml.MPMPlantLocalizationLink
- All Implemented Interfaces:
com.ptc.windchill.mpml._MPMPlantLocalizationLinkTypeInterface,com.ptc.windchill.mpml.MPMPlantLocalizationLinkTypeInterface,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=ObjectToObjectLink.class,interfaces={wt.fc.archive.Archiveable.class,ChoiceMappable.class,Filterable.class,Releasable.class,wt.type.Typed.class,com.ptc.windchill.mpml.MPMPlantLocalizationLinkTypeInterface.class,ExpressionAssignable.class},properties={@GeneratedProperty(name="sequenceNumber",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="uniqueIdentifier",type=java.lang.String.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true,defaultValue="0"))},foreignKeys=@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="plant",type=MPMPlant.class),myRole=@MyRole(name="theMPMPlantLocalizationLink",cardinality=ONE)),roleA=@GeneratedRole(name="referencedBy",type=MPMWorkCenter.class,cascade=false),roleB=@GeneratedRole(name="references",type=MPMOperationMaster.class,cardinality=ONE_TO_MANY,owner=false),tableProperties=@TableProperties(tableName="MPMPlantLocalizationLink"),iconProperties=@IconProperties(standardIcon="netmarkets/images/workcenter.gif",openIcon="netmarkets/images/workcenter.gif"))
public class MPMPlantLocalizationLink
extends _MPMPlantLocalizationLink
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._MPMPlantLocalizationLink
SEQUENCE_NUMBERFields inherited from interface wt.filter._Filterable
FILTERED_STATUS -
Method Summary
Modifier and TypeMethodDescriptionstatic MPMPlantLocalizationLinknewMPMPlantLocalizationLink(MPMWorkCenter referencedBy, MPMOperationMaster references) Default factory for the class.Methods inherited from class com.ptc.windchill.mpml._MPMPlantLocalizationLink
getFilteredStatus, getSequenceNumber, setFilteredStatus, setSequenceNumberMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, 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
-
newMPMPlantLocalizationLink
public static MPMPlantLocalizationLink newMPMPlantLocalizationLink(MPMWorkCenter referencedBy, MPMOperationMaster references) throws WTException Default factory for the class.
Supported API: true- Parameters:
referencedBy-references-- Returns:
- MPMPlantLocalizationLink
- Throws:
WTException
-