|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.backup.server.bean.response.BackupServiceInfoBean
public class BackupServiceInfoBean
Created by The eXo Platform SAS.
Date: 27.03.2009
| Constructor Summary | |
|---|---|
BackupServiceInfoBean()
BackupServiceInfoBeen constructor. |
|
BackupServiceInfoBean(String fullBackupType,
String incrementalBackupType,
String backupLogDir,
Long defaultIncrementalJobPeriod)
BackupServiceInfoBean constructor. |
|
| Method Summary | |
|---|---|
String |
getBackupLogDir()
getBackupLogDir. |
Long |
getDefaultIncrementalJobPeriod()
getDefaultIncrementalJobPeriod. |
String |
getFullBackupType()
getFullBackupType. |
String |
getIncrementalBackupType()
getIncrementalBackupType. |
void |
setBackupLogDir(String backupLogDir)
setBackupLogDir. |
void |
setDefaultIncrementalJobPeriod(Long defaultIncrementalJobPeriod)
setDefaultIncrementalJobPeriod. |
void |
setFullBackupType(String fullBackupType)
setFullBackupType. |
void |
setIncrementalBackupType(String incrementalBackupType)
setIncrementalBackupType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackupServiceInfoBean()
public BackupServiceInfoBean(String fullBackupType,
String incrementalBackupType,
String backupLogDir,
Long defaultIncrementalJobPeriod)
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 |
|---|
public String getFullBackupType()
public void setFullBackupType(String fullBackupType)
fullBackupType - String, the type of full backuppublic String getIncrementalBackupType()
public void setIncrementalBackupType(String incrementalBackupType)
incrementalBackupType - String, the type of incremental backuppublic String getBackupLogDir()
public void setBackupLogDir(String backupLogDir)
backupLogDir - String, the path to backup log folderpublic Long getDefaultIncrementalJobPeriod()
public void setDefaultIncrementalJobPeriod(Long defaultIncrementalJobPeriod)
defaultIncrementalJobPeriod - Long, the default incremental job period
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||