Package de.elo.ix.client
Class BackupProfile
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.BackupProfile
- All Implemented Interfaces:
Serializable
This class represents settings of a ELOdm backup profile.
- Since:
- 8.00.000.006
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringBackup profile nameprotected intMaximum number of documents per backup loop.protected intStorage path idprotected intReservedprotected intBackup slotprotected StringOptional SQL command to select the documents to be stored.protected booleanStore keywording tooFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()intintintintgetSlot()booleanvoidvoidsetNbOfDocsPerLoop(int nbOfDocsPerLoop) voidsetPathId(int pathId) voidsetRetention(int retention) voidsetSlot(int slot) voidsetSqlDocSelect(String sqlDocSelect) voidsetWriteKeywording(boolean writeKeywording) toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
name
Backup profile name -
pathId
protected int pathIdStorage path id -
slot
protected int slotBackup slot -
writeKeywording
protected boolean writeKeywordingStore keywording too -
sqlDocSelect
Optional SQL command to select the documents to be stored. -
nbOfDocsPerLoop
protected int nbOfDocsPerLoopMaximum number of documents per backup loop. -
retention
protected int retentionReserved
-
-
Constructor Details
-
BackupProfile
public BackupProfile() -
BackupProfile
-
-
Method Details
-
getName
-
setName
-
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
-
setSqlDocSelect
-
getNbOfDocsPerLoop
public int getNbOfDocsPerLoop() -
setNbOfDocsPerLoop
public void setNbOfDocsPerLoop(int nbOfDocsPerLoop) -
getRetention
public int getRetention() -
setRetention
public void setRetention(int retention) -
toString
-