Class BackupServiceInfoBean
java.lang.Object
org.exoplatform.services.jcr.ext.backup.server.bean.response.BackupServiceInfoBean
Created by The eXo Platform SAS.
Date: 27.03.2009
Date: 27.03.2009
- Version:
- $Id: BackupServiceInfoBeen.java 111 2008-11-11 11:11:11Z rainf0x $
- Author:
- Alex Reshetnyak
-
Constructor Summary
ConstructorsConstructorDescriptionBackupServiceInfoBeen constructor.BackupServiceInfoBean(String fullBackupType, String incrementalBackupType, String backupLogDir, Long defaultIncrementalJobPeriod) BackupServiceInfoBean constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetBackupLogDir.getDefaultIncrementalJobPeriod.getFullBackupType.getIncrementalBackupType.voidsetBackupLogDir(String backupLogDir) setBackupLogDir.voidsetDefaultIncrementalJobPeriod(Long defaultIncrementalJobPeriod) setDefaultIncrementalJobPeriod.voidsetFullBackupType(String fullBackupType) setFullBackupType.voidsetIncrementalBackupType(String incrementalBackupType) setIncrementalBackupType.
-
Constructor Details
-
BackupServiceInfoBean
public BackupServiceInfoBean()BackupServiceInfoBeen constructor. -
BackupServiceInfoBean
public BackupServiceInfoBean(String fullBackupType, String incrementalBackupType, String backupLogDir, Long defaultIncrementalJobPeriod) BackupServiceInfoBean constructor.- Parameters:
fullBackupType- String, the type of full backupincrementalBackupType- String, the type of incremental backupbackupLogDir- String, the backup folderdefaultIncrementalJobPeriod- Long, the default incremental job period
-
-
Method Details
-
getFullBackupType
getFullBackupType.- Returns:
- String return the type of full backup
-
setFullBackupType
setFullBackupType.- Parameters:
fullBackupType- String, the type of full backup
-
getIncrementalBackupType
getIncrementalBackupType.- Returns:
- String return the type of incremental backup
-
setIncrementalBackupType
setIncrementalBackupType.- Parameters:
incrementalBackupType- String, the type of incremental backup
-
getBackupLogDir
getBackupLogDir.- Returns:
- String return the path to backup log folder
-
setBackupLogDir
setBackupLogDir.- Parameters:
backupLogDir- String, the path to backup log folder
-
getDefaultIncrementalJobPeriod
getDefaultIncrementalJobPeriod.- Returns:
- Long return the default incremental job period
-
setDefaultIncrementalJobPeriod
setDefaultIncrementalJobPeriod.- Parameters:
defaultIncrementalJobPeriod- Long, the default incremental job period
-