Class BackupProfile

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

public class BackupProfile extends ValueClass
This class represents settings of a ELOdm backup profile.
Since:
8.00.000.006
See Also:
  • Field Details

    • name

      protected String name
      Backup profile name
    • pathId

      protected int pathId
      Storage path id
    • slot

      protected int slot
      Backup slot
    • writeKeywording

      protected boolean writeKeywording
      Store keywording too
    • sqlDocSelect

      protected String sqlDocSelect
      Optional SQL command to select the documents to be stored.
    • nbOfDocsPerLoop

      protected int nbOfDocsPerLoop
      Maximum number of documents per backup loop.
    • retention

      protected int retention
      Reserved
  • Constructor Details

    • BackupProfile

      public BackupProfile()
    • BackupProfile

      public BackupProfile(BackupProfile rhs)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPathId

      public int getPathId()
    • setPathId

      public void setPathId(int pathId)
    • getSlot

      public int getSlot()
    • setSlot

      public void setSlot(int slot)
    • isWriteKeywording

      public boolean isWriteKeywording()
    • setWriteKeywording

      public void setWriteKeywording(boolean writeKeywording)
    • getSqlDocSelect

      public String getSqlDocSelect()
    • setSqlDocSelect

      public void setSqlDocSelect(String sqlDocSelect)
    • getNbOfDocsPerLoop

      public int getNbOfDocsPerLoop()
    • setNbOfDocsPerLoop

      public void setNbOfDocsPerLoop(int nbOfDocsPerLoop)
    • getRetention

      public int getRetention()
    • setRetention

      public void setRetention(int retention)
    • toString

      public String toString()
      Overrides:
      toString in class Object