Package wt.part
Class PartCombinedPathOccurrence
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.occurrence._CombinedPathOccurrence
wt.occurrence.CombinedPathOccurrence
wt.part._PartCombinedPathOccurrence
wt.part.PartCombinedPathOccurrence
- 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,wt.occurrence._CombinedOccurrence,_Occurrence,wt.occurrence._PathParentableOccurrence,CombinedOccurrence,Occurrence,PathParentableOccurrence
@GenAsBinaryLink(superClass=CombinedPathOccurrence.class,
versions=-6094674597691393998L,
roleA=@GeneratedRole(name="parent",type=PathOccurrence.class,columnProperties=@ColumnProperties(index=true)),
roleB=@GeneratedRole(name="child",type=PathParentableOccurrence.class),
tableProperties=@TableProperties(tableName="PartCombinedPathOccurrence"))
public final class PartCombinedPathOccurrence
extends wt.part._PartCombinedPathOccurrence
This
CombinedPathOccurrence has a name attribute
that can be used to hold a reference designator value.
Use the newPartCombinedPathOccurrence static factory method(s),
not the PartCombinedPathOccurrence 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 interface wt.occurrence._Occurrence
NAME, OCCURRENCE_DATA_VECTOR -
Method Summary
Modifier and TypeMethodDescriptionstatic PartCombinedPathOccurrenceThis constructor takes both aparentPartPathOccurrenceand achildPathParentableOccurrence(normally either aPartPathOccurrenceor aPartCombinedPathOccurrence).Methods inherited from class wt.occurrence._CombinedPathOccurrence
getName, getOccurrenceDataVector, setName, setOccurrenceDataVectorMethods 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
-
newPartCombinedPathOccurrence
public static PartCombinedPathOccurrence newPartCombinedPathOccurrence(PartPathOccurrence parent, PathParentableOccurrence child) throws WTException This constructor takes both aparentPartPathOccurrenceand achildPathParentableOccurrence(normally either aPartPathOccurrenceor aPartCombinedPathOccurrence).
Supported API: true- Parameters:
parent-child-- Returns:
- PartCombinedPathOccurrence
- Throws:
WTException
-