Package wt.vc.wip

Class _CheckoutLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.vc.wip._CheckoutLink
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
CheckoutLink

public abstract class _CheckoutLink extends ObjectToObjectLink implements Externalizable
See Also:
  • Field Details

    • ORIGINAL_COPY_ROLE

      public static final String ORIGINAL_COPY_ROLE
      Association to zero or one original copy of something checked out. In the case where there is no original copy the object has not been checked out. In the case where there is one original copy the has been checked out. @see wt.vc.wip.CheckoutLink

      Supported API: true

      See Also:
    • WORKING_COPY_ROLE

      public static final String WORKING_COPY_ROLE
      Association to zero or one working copy of something checked out. In the case where there is no working copy the object has not been checked out. In the case where there is one working copy the has been checked out. @see wt.vc.wip.CheckoutLink

      Supported API: true

      See Also:
  • Method Details

    • getOriginalCopy

      public Workable getOriginalCopy()
      Association to zero or one original copy of something checked out. In the case where there is no original copy the object has not been checked out. In the case where there is one original copy the has been checked out. @see wt.vc.wip.CheckoutLink

      Supported API: true

      See Also:
    • setOriginalCopy

      public void setOriginalCopy(Workable the_originalCopy) throws WTPropertyVetoException
      Association to zero or one original copy of something checked out. In the case where there is no original copy the object has not been checked out. In the case where there is one original copy the has been checked out. @see wt.vc.wip.CheckoutLink

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • getWorkingCopy

      public Workable getWorkingCopy()
      Association to zero or one working copy of something checked out. In the case where there is no working copy the object has not been checked out. In the case where there is one working copy the has been checked out. @see wt.vc.wip.CheckoutLink

      Supported API: true

      See Also:
    • setWorkingCopy

      public void setWorkingCopy(Workable the_workingCopy) throws WTPropertyVetoException
      Association to zero or one working copy of something checked out. In the case where there is no working copy the object has not been checked out. In the case where there is one working copy the has been checked out. @see wt.vc.wip.CheckoutLink

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also: