Class BackupServiceInfoBean
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.backup.server.bean.response.BackupServiceInfoBean
-
public class BackupServiceInfoBean extends Object
Created by The eXo Platform SAS.
Date: 27.03.2009- Version:
- $Id: BackupServiceInfoBeen.java 111 2008-11-11 11:11:11Z rainf0x $
- Author:
- Alex Reshetnyak
-
-
Constructor Summary
Constructors Constructor Description BackupServiceInfoBean()BackupServiceInfoBeen constructor.BackupServiceInfoBean(String fullBackupType, String incrementalBackupType, String backupLogDir, Long defaultIncrementalJobPeriod)BackupServiceInfoBean constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackupLogDir()getBackupLogDir.LonggetDefaultIncrementalJobPeriod()getDefaultIncrementalJobPeriod.StringgetFullBackupType()getFullBackupType.StringgetIncrementalBackupType()getIncrementalBackupType.voidsetBackupLogDir(String backupLogDir)setBackupLogDir.voidsetDefaultIncrementalJobPeriod(Long defaultIncrementalJobPeriod)setDefaultIncrementalJobPeriod.voidsetFullBackupType(String fullBackupType)setFullBackupType.voidsetIncrementalBackupType(String incrementalBackupType)setIncrementalBackupType.
-
-
-
Constructor Detail
-
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 Detail
-
getFullBackupType
public String getFullBackupType()
getFullBackupType.- Returns:
- String return the type of full backup
-
setFullBackupType
public void setFullBackupType(String fullBackupType)
setFullBackupType.- Parameters:
fullBackupType- String, the type of full backup
-
getIncrementalBackupType
public String getIncrementalBackupType()
getIncrementalBackupType.- Returns:
- String return the type of incremental backup
-
setIncrementalBackupType
public void setIncrementalBackupType(String incrementalBackupType)
setIncrementalBackupType.- Parameters:
incrementalBackupType- String, the type of incremental backup
-
getBackupLogDir
public String getBackupLogDir()
getBackupLogDir.- Returns:
- String return the path to backup log folder
-
setBackupLogDir
public void setBackupLogDir(String backupLogDir)
setBackupLogDir.- Parameters:
backupLogDir- String, the path to backup log folder
-
getDefaultIncrementalJobPeriod
public Long getDefaultIncrementalJobPeriod()
getDefaultIncrementalJobPeriod.- Returns:
- Long return the default incremental job period
-
setDefaultIncrementalJobPeriod
public void setDefaultIncrementalJobPeriod(Long defaultIncrementalJobPeriod)
setDefaultIncrementalJobPeriod.- Parameters:
defaultIncrementalJobPeriod- Long, the default incremental job period
-
-