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 String
Backup profile nameprotected int
Maximum number of documents per backup loop.protected int
Storage path idprotected int
Reservedprotected int
Backup slotprotected String
Optional SQL command to select the documents to be stored.protected boolean
Store keywording tooFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
int
int
int
getSlot()
boolean
void
void
setNbOfDocsPerLoop
(int nbOfDocsPerLoop) void
setPathId
(int pathId) void
setRetention
(int retention) void
setSlot
(int slot) void
setSqlDocSelect
(String sqlDocSelect) void
setWriteKeywording
(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
-