|
|||||||||
| 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.SupportingDataFor
public class SupportingDataFor
A link between a ChangeItem and SupportingMaterial that allows interoperability between annotations/markups and change.
Use the newSupportingDataFor static factory method(s), not
the SupportingDataFor 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
ChangeItem,
SupportingMaterial,
Serialized Form| Field Summary | |
|---|---|
static String |
AFFECTED_DATA
Label for the attribute. |
static String |
AFFECTED_DATA_REFERENCE
Label for the attribute. |
static String |
SUPPORTING_MATERIAL_ROLE
Label for the attribute. |
static String |
VERSIONABLE_CHANGE_ITEM_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
Changeable2 |
getAffectedData()
Gets the object for the association that plays role: AFFECTED_DATA. |
ObjectReference |
getAffectedDataReference()
Gets the value of the attribute: AFFECTED_DATA_REFERENCE. |
wt.change2.SupportingMaterial |
getSupportingMaterial()
Gets the object for the association that plays role: SUPPORTING_MATERIAL_ROLE. |
VersionableChangeItem |
getVersionableChangeItem()
Gets the object for the association that plays role: VERSIONABLE_CHANGE_ITEM_ROLE. |
void |
setAffectedData(Changeable2 a_AffectedData)
Sets the object for the association that plays role: AFFECTED_DATA. |
void |
setAffectedDataReference(ObjectReference a_AffectedDataReference)
Sets the value of the attribute: AFFECTED_DATA_REFERENCE. |
void |
setSupportingMaterial(wt.change2.SupportingMaterial theSupportingMaterial)
Sets the object for the association that plays role: SUPPORTING_MATERIAL_ROLE. |
void |
setVersionableChangeItem(VersionableChangeItem theVersionableChangeItem)
Sets the object for the association that plays role: VERSIONABLE_CHANGE_ITEM_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 SUPPORTING_MATERIAL_ROLE
public static final String VERSIONABLE_CHANGE_ITEM_ROLE
public static final String AFFECTED_DATA
public static final String AFFECTED_DATA_REFERENCE
| Method Detail |
|---|
public wt.change2.SupportingMaterial getSupportingMaterial()
public void setSupportingMaterial(wt.change2.SupportingMaterial theSupportingMaterial)
throws WTPropertyVetoException
theSupportingMaterial -
WTPropertyVetoExceptionpublic VersionableChangeItem getVersionableChangeItem()
public void setVersionableChangeItem(VersionableChangeItem theVersionableChangeItem)
throws WTPropertyVetoException
theVersionableChangeItem -
WTPropertyVetoExceptionpublic Changeable2 getAffectedData()
public void setAffectedData(Changeable2 a_AffectedData)
throws WTPropertyVetoException,
WTException
a_AffectedData -
WTPropertyVetoException
WTExceptionpublic ObjectReference getAffectedDataReference()
public void setAffectedDataReference(ObjectReference a_AffectedDataReference)
throws WTPropertyVetoException
a_AffectedDataReference -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||