Class CheckinDocOptions

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.CheckinDocOptions
All Implemented Interfaces:
Serializable

public class CheckinDocOptions extends ValueClass implements Serializable
This class defines options for the API function checkinDocBegin2.
Since:
8.00.032.007
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
    If true, the DocVersion to check-in will use the ID and GUID you specify.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CheckinDocOptions(boolean keepIds)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setKeepIds(boolean keepIds)
     
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • CheckinDocOptions

      public CheckinDocOptions(boolean keepIds)
    • CheckinDocOptions

      public CheckinDocOptions()
  • Method Details

    • isKeepIds

      public boolean isKeepIds()
    • setKeepIds

      public void setKeepIds(boolean keepIds)
    • toString

      public String toString()
      Overrides:
      toString in class Object