Package wt.change2
Class DetailedBy
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.change2._DetailedBy
wt.change2.DetailedBy
- All Implemented Interfaces:
Externalizable,Serializable,_DetailedByIfc,DetailedByIfc,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={DetailedByIfc.class,wt.fc.archive.Archiveable.class,wt.ufid.Federatable.class},
extendable=true,
roleA=@GeneratedRole(name="theChangeAnalysis",type=ChangeAnalysis.class,supportedAPI=PUBLIC,cardinality=ONE),
roleB=@GeneratedRole(name="theAnalysisActivity",type=AnalysisActivity.class,supportedAPI=PUBLIC),
tableProperties=@TableProperties(tableName="DetailedBy"))
@Deprecated
public class DetailedBy
extends _DetailedBy
Deprecated.
A link between a ChangeAnalysis and an AnalysisActivity representing
ownership of the activity by the order.
Use the newDetailedBy static factory method(s), not the
DetailedBy 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._DetailedBy
ANALYSIS_ACTIVITY_IFC_ROLE, ANALYSIS_ACTIVITY_ROLE, CHANGE_ANALYSIS_IFC_ROLE, CHANGE_ANALYSIS_ROLE -
Method Summary
Modifier and TypeMethodDescriptionstatic DetailedBynewDetailedBy(ChangeAnalysis theChangeAnalysis, AnalysisActivity theAnalysisActivity) Deprecated.Methods inherited from class wt.change2._DetailedBy
getAnalysisActivity, getAnalysisActivityIfc, getChangeAnalysis, getChangeAnalysisIfc, setAnalysisActivity, setAnalysisActivityIfc, setChangeAnalysis, setChangeAnalysisIfcMethods 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
-
newDetailedBy
@Deprecated public static DetailedBy newDetailedBy(ChangeAnalysis theChangeAnalysis, AnalysisActivity theAnalysisActivity) throws WTException Deprecated.Default factory for the class.
Supported API: true- Parameters:
theChangeAnalysis-theAnalysisActivity-- Returns:
- DetailedBy
- Throws:
WTException
-