Package wt.part
Class WTProductInstanceDescribeLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.vc.struct._IteratedDescribeLink
wt.vc.struct.IteratedDescribeLink
wt.part._WTProductInstanceDescribeLink
wt.part.WTProductInstanceDescribeLink
- 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=IteratedDescribeLink.class,
versions=1320658297521602789L,
roleA=@GeneratedRole(name="describes",type=WTProductInstance2.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY),
roleB=@GeneratedRole(name="describedBy",type=WTDocument.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY,owner=false),
tableProperties=@TableProperties(tableName="WTPIDescribeLink"))
public class WTProductInstanceDescribeLink
extends _WTProductInstanceDescribeLink
Use the newWTProductInstanceDescribeLink static factory
method(s), not the WTProductInstanceDescribeLink 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 wt.vc.struct._IteratedDescribeLink
DESCRIBED_BY_ROLE, DESCRIBES_ROLE -
Method Summary
Modifier and TypeMethodDescriptionnewWTProductInstanceDescribeLink(WTProductInstance2 describes, WTDocument describedBy) Default factory for the class.Methods inherited from class wt.part._WTProductInstanceDescribeLink
getDescribedBy, getDescribes, setDescribedBy, setDescribesMethods inherited from class wt.vc.struct._IteratedDescribeLink
setDescribedBy, setDescribesMethods 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
-
newWTProductInstanceDescribeLink
public static WTProductInstanceDescribeLink newWTProductInstanceDescribeLink(WTProductInstance2 describes, WTDocument describedBy) throws WTException Default factory for the class.
Supported API: true- Parameters:
describes-describedBy-- Returns:
- WTProductInstanceDescribeLink
- Throws:
WTException
-