Package com.ptc.windchill.option.model
Class OptionSetMemberLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
com.ptc.windchill.option.model._OptionSetMemberLink
com.ptc.windchill.option.model.OptionSetMemberLink
- All Implemented Interfaces:
com.ptc.windchill.option.model._Orderable,com.ptc.windchill.option.model.Orderable,Externalizable,Serializable,wt.esi._Releasable,Releasable,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,interfaces={Releasable.class,com.ptc.windchill.option.model.Orderable.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="startDate",type=java.sql.Timestamp.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="endDate",type=java.sql.Timestamp.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="merged",type=boolean.class,initialValue="false",supportedAPI=PUBLIC,javaDoc="A flag to indicate that the corresponding choice was merged. The default value is false",columnProperties=@ColumnProperties(defaultValue="0"))},roleA=@GeneratedRole(name="optionset",type=OptionSet.class,cardinality=ONE_TO_MANY),roleB=@GeneratedRole(name="choiceMaster",type=ChoiceMaster.class,cardinality=ONE_TO_MANY),tableProperties=@TableProperties(tableName="OptionSetMemberLink",compositeIndex3="+ roleAObjectRef.key.id+roleBObjectRef.key.id+startDate+endDate",compositeIndex4="+ roleBObjectRef.key.id+roleAObjectRef.key.id+startDate+endDate",compositeIndex5="+ roleAObjectRef.key.id+roleBObjectRef.key.id"))
public class OptionSetMemberLink
extends _OptionSetMemberLink
Use the newOptionSetMemberLink static factory method(s),
not the OptionSetMemberLink 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.option.model._OptionSetMemberLink
CHOICE_MASTER_ROLE, END_DATE, EXTERNALIZATION_VERSION_UID, MERGED, OPTIONSET_ROLE, START_DATEFields 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 com.ptc.windchill.option.model._Orderable
SEQUENCE_ORDERFields 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
Methods inherited from class com.ptc.windchill.option.model._OptionSetMemberLink
getChoiceMaster, getClassInfo, getConceptualClassname, getEndDate, getOptionset, getSequenceOrder, getStartDate, getType, isMerged, readExternal, readExternal, readVersion, setChoiceMaster, setEndDate, setMerged, setOptionset, setSequenceOrder, setStartDate, super_readExternal_OptionSetMemberLink, super_readVersion_OptionSetMemberLink, super_writeExternal_OptionSetMemberLink, writeExternal, writeExternalMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, appendRoleCriteria, 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
-
duplicate
Create a deep copy of this Link. This overriding method ensures that the copy has the same references to the roleA and roleB members as the source object.
Supported API: true- Overrides:
duplicatein classObjectToObjectLink- Returns:
- WTObject
- Throws:
WTException
-