Class PartListMasterToPartListMasterLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.arbortext.windchill.partlist._PartListMasterToPartListMasterLink
com.ptc.arbortext.windchill.partlist.PartListMasterToPartListMasterLink
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsBinaryLink(superClass=ObjectToObjectLink.class,
properties=@GeneratedProperty(name="navCriteria",type=ObjectReference.class,supportedAPI=PUBLIC,javaDoc="The NavigationCriteria used during the generate process"),
roleA=@GeneratedRole(name="generatedFrom",type=PartListMaster.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY),
roleB=@GeneratedRole(name="generated",type=PartListMaster.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY,owner=false),
tableProperties=@TableProperties(compositeUnique1="+ roleAObjectRef.key.id+roleBObjectRef.key.id",tableName="PartListMtrToPartListMtrLink"))
public class PartListMasterToPartListMasterLink
extends _PartListMasterToPartListMasterLink
This link is used when Parts List is generated from a 'generic' Parts List. The generated Parts List is linked to the
'generic' Parts List. The NavigationCriteria that was used during the generate process is stored as a property on the
link. This can then be later retrieved for reference.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.arbortext.windchill.partlist._PartListMasterToPartListMasterLink
EXTERNALIZATION_VERSION_UID, GENERATED_FROM_ROLE, GENERATED_ROLE, NAV_CRITERIAFields 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.fc._Persistable
PERSIST_INFOFields 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, TYPE -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(PartListMaster generatedFrom, PartListMaster generated, NavigationCriteria navCriteria) Supports initialization, following construction of an instance.newPartListMasterToPartListMasterLink(PartListMaster generatedFrom, PartListMaster generated) This method creates PartListMasterToPartListMasterLink
Supported API: truenewPartListMasterToPartListMasterLink(PartListMaster generatedFrom, PartListMaster generated, NavigationCriteria navCriteria) This method creates PartListMasterToPartListMasterLink
Supported API: trueMethods inherited from class com.ptc.arbortext.windchill.partlist._PartListMasterToPartListMasterLink
getClassInfo, getConceptualClassname, getGenerated, getGeneratedFrom, getNavCriteria, getType, readExternal, readExternal, readVersion, setGenerated, setGeneratedFrom, setNavCriteria, super_readExternal_PartListMasterToPartListMasterLink, super_readVersion_PartListMasterToPartListMasterLink, super_writeExternal_PartListMasterToPartListMasterLink, writeExternal, writeExternalMethods 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
-
newPartListMasterToPartListMasterLink
public static PartListMasterToPartListMasterLink newPartListMasterToPartListMasterLink(PartListMaster generatedFrom, PartListMaster generated) throws WTException This method creates PartListMasterToPartListMasterLink
Supported API: true- Parameters:
generatedFrom- The 'generic' parts listgenerated- The generated parts list- Returns:
- PartListMasterToPartListMasterLink
- Throws:
WTException- throws aWTException
-