Package wt.change2
Class IncludedIn2
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.change2._IncludedIn2
wt.change2.IncludedIn2
- All Implemented Interfaces:
Externalizable,Serializable,_IncludedInIfc,IncludedInIfc,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,DisplayIdentification,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsBinaryLink(superClass=VersionToVersionLink.class,
interfaces={IncludedInIfc.class,wt.fc.archive.Archiveable.class,wt.ufid.Federatable.class},
extendable=true,
roleA=@GeneratedRole(name="theChangeOrder2",type=ChangeOrder2.class,supportedAPI=PUBLIC,cardinality=ONE),
roleB=@GeneratedRole(name="theChangeActivity2",type=ChangeActivity2.class,supportedAPI=PUBLIC),
tableProperties=@TableProperties(tableName="IncludedIn2"))
public class IncludedIn2
extends _IncludedIn2
A link between a ChangeOrder2 and a ChangeActivity2 representing ownership
of the activity by the order.
Use the newIncludedIn2 static factory method(s), not the
IncludedIn2 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: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._IncludedIn2
CHANGE_ACTIVITY_IFC_ROLE, CHANGE_ACTIVITY2_ROLE, CHANGE_ORDER_IFC_ROLE, CHANGE_ORDER2_ROLE -
Method Summary
Modifier and TypeMethodDescriptionstatic IncludedIn2newIncludedIn2(ChangeOrder2 theChangeOrder2, ChangeActivity2 theChangeActivity2) Default factory for the class.Methods inherited from class wt.change2._IncludedIn2
getChangeActivity2, getChangeActivityIfc, getChangeOrder2, getChangeOrderIfc, setChangeActivity2, setChangeActivityIfc, setChangeOrder2, setChangeOrderIfcMethods inherited from class wt.vc.VersionToVersionLink
duplicate, getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleBObject, 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.BinaryLink
getLinkInfo, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, setRoleAObject, setRoleBObjectMethods inherited from interface wt.fc.Link
appendJoinCriteria, appendRoleCriteria, getAllObjects, getJoinValues, getRoleIdName, getRoleObject, setRoleObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newIncludedIn2
public static IncludedIn2 newIncludedIn2(ChangeOrder2 theChangeOrder2, ChangeActivity2 theChangeActivity2) throws WTException Default factory for the class.
Supported API: true- Parameters:
theChangeOrder2-theChangeActivity2-- Returns:
- IncludedIn2
- Throws:
WTException
-