Package wt.change2
Class ProblemProduct
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._ObjectToVersionLink
wt.vc.ObjectToVersionLink
wt.change2._ProblemProduct
wt.change2.ProblemProduct
- All Implemented Interfaces:
Externalizable,Serializable,wt.change2._ProblemProductIfc,wt.change2._RelatedProductData,ProblemProductIfc,RelatedProductData,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,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=ObjectToVersionLink.class,
interfaces={RelatedProductData.class,ProblemProductIfc.class},
roleA=@GeneratedRole(name="theWTPartMaster",type=WTPartMaster.class),
roleB=@GeneratedRole(name="theChangeIssue",type=ChangeIssue.class),
tableProperties=@TableProperties(tableName="ProblemProduct"))
public class ProblemProduct
extends wt.change2._ProblemProduct
An affected end-item link between a ChangeIssue and a WTPartMaster that
allows the user to identify relevant product data. The description attribute
is used to explain the relevance to the change request. The Product Master
that is associated to the change request is not necessarily one that must
change, or one that has been changed.
Use the newProblemProduct static factory method(s), not the
ProblemProduct 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.change2._ProblemProduct
CHANGE_ISSUE_ROLE, EXTERNALIZATION_VERSION_UID, WTPART_MASTER_ROLEFields inherited from class wt.vc._ObjectToVersionLink
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 wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.change2._RelatedProductData
DESCRIPTIONFields 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
Modifier and TypeMethodDescriptionstatic ProblemProductnewProblemProduct(WTPartMaster theWTPartMaster, ChangeIssue theChangeIssue) Default factory for the class.Methods inherited from class wt.change2._ProblemProduct
getChangeIssue, getClassInfo, getConceptualClassname, getDescription, getFederatableInfo, getType, getWTPartMaster, readExternal, readExternal, readVersion, setChangeIssue, setDescription, setFederatableInfo, setWTPartMaster, super_readExternal_ProblemProduct, super_readVersion_ProblemProduct, super_writeExternal_ProblemProduct, writeExternal, writeExternalMethods inherited from class wt.vc.ObjectToVersionLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.vc._ObjectToVersionLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_ObjectToVersionLink, super_readVersion_ObjectToVersionLink, super_writeExternal_ObjectToVersionLinkMethods 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
-
newProblemProduct
public static ProblemProduct newProblemProduct(WTPartMaster theWTPartMaster, ChangeIssue theChangeIssue) throws WTException Default factory for the class.
Supported API: true- Parameters:
theWTPartMaster-theChangeIssue-- Returns:
- ProblemProduct
- Throws:
WTException
-