|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.ObjectToObjectLink
wt.vc.wip.CheckoutLink
public final class CheckoutLink
Provides the link between an original checked out object and its working copy.
Use the newCheckoutLink static factory method(s), not the
CheckoutLink 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
| Field Summary | |
|---|---|
static String |
ORIGINAL_COPY_ROLE
Label for the attribute; Association to zero or one original copy of something checked out. |
static String |
WORKING_COPY_ROLE
Label for the attribute; Association to zero or one working copy of something checked out. |
| Method Summary | |
|---|---|
Workable |
getOriginalCopy()
Gets the object for the association that plays role: ORIGINAL_COPY_ROLE. |
Workable |
getWorkingCopy()
Gets the object for the association that plays role: WORKING_COPY_ROLE. |
void |
setOriginalCopy(Workable originalCopy)
Sets the object for the association that plays role: ORIGINAL_COPY_ROLE. |
void |
setWorkingCopy(Workable workingCopy)
Sets the object for the association that plays role: WORKING_COPY_ROLE. |
| 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 ORIGINAL_COPY_ROLE
CheckoutLink,
Constant Field Valuespublic static final String WORKING_COPY_ROLE
CheckoutLink,
Constant Field Values| Method Detail |
|---|
public Workable getOriginalCopy()
CheckoutLink
public void setOriginalCopy(Workable originalCopy)
throws WTPropertyVetoException
originalCopy -
WTPropertyVetoExceptionCheckoutLinkpublic Workable getWorkingCopy()
CheckoutLink
public void setWorkingCopy(Workable workingCopy)
throws WTPropertyVetoException
workingCopy -
WTPropertyVetoExceptionCheckoutLink
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||