|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.vc.ObjectToVersionLink
wt.change2.ChangeRecord2
public class ChangeRecord2
A link between a ChangeActivity2 and a Changeable2 that allows the user to identify new changeable revisions that were created to satisfy a change activity. The new changeable revisions represent entirely new product data, or new revisions of existing product data. The description attribute is used to explain how or why the Changeable2 was changed.
Use the newChangeRecord2 static factory method(s), not the
ChangeRecord2 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
ChangeActivity2,
Changeable2,
Serialized Form| Field Summary | |
|---|---|
static String |
CHANGE_ACTIVITY2_ROLE
Label for the attribute. |
static String |
CHANGEABLE2_ROLE
Label for the attribute. |
| Fields inherited from interface wt.change2.ChangeRecordIfc |
|---|
CHANGE_ACTIVITY_IFC_ROLE, CHANGEABLE_IFC_ROLE |
| Method Summary | |
|---|---|
ChangeableIfc |
getChangeable2()
Gets the object for the association that plays role: CHANGEABLE2_ROLE. |
ChangeableIfc |
getChangeableIfc()
Gets the object for the association that plays role: CHANGEABLE_IFC_ROLE. |
ChangeActivityIfc |
getChangeActivity2()
Gets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE. |
ChangeActivityIfc |
getChangeActivityIfc()
Gets the object for the association that plays role: CHANGE_ACTIVITY_IFC_ROLE. |
void |
setChangeable2(ChangeableIfc theChangeable2)
Sets the object for the association that plays role: CHANGEABLE2_ROLE. |
void |
setChangeableIfc(ChangeableIfc theChangeableIfc)
Sets the object for the association that plays role: CHANGEABLE_IFC_ROLE. |
void |
setChangeActivity2(ChangeActivityIfc theChangeActivity2)
Sets the object for the association that plays role: CHANGE_ACTIVITY2_ROLE. |
void |
setChangeActivityIfc(ChangeActivityIfc theChangeActivityIfc)
Sets the object for the association that plays role: CHANGE_ACTIVITY_IFC_ROLE. |
| Methods inherited from class wt.vc.ObjectToVersionLink |
|---|
duplicate, getAllObjects, getRoleObject, initialize, setRoleBObject, setRoleObject |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CHANGEABLE2_ROLE
public static final String CHANGE_ACTIVITY2_ROLE
| Method Detail |
|---|
public ChangeableIfc getChangeableIfc()
getChangeableIfc in interface ChangeRecordIfc
public void setChangeableIfc(ChangeableIfc theChangeableIfc)
throws WTPropertyVetoException
setChangeableIfc in interface ChangeRecordIfctheChangeableIfc -
WTPropertyVetoExceptionpublic ChangeActivityIfc getChangeActivityIfc()
getChangeActivityIfc in interface ChangeRecordIfc
public void setChangeActivityIfc(ChangeActivityIfc theChangeActivityIfc)
throws WTPropertyVetoException
setChangeActivityIfc in interface ChangeRecordIfctheChangeActivityIfc -
WTPropertyVetoExceptionpublic ChangeableIfc getChangeable2()
public void setChangeable2(ChangeableIfc theChangeable2)
throws WTPropertyVetoException
theChangeable2 -
WTPropertyVetoExceptionpublic ChangeActivityIfc getChangeActivity2()
public void setChangeActivity2(ChangeActivityIfc theChangeActivity2)
throws WTPropertyVetoException
theChangeActivity2 -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||