eXo JCR :: Component :: Extension Service 1.15.1-CP01

org.exoplatform.services.jcr.ext.backup.server.bean.response
Class BackupServiceInfoBean

java.lang.Object
  extended by 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
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

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 backup
incrementalBackupType - String, the type of incremental backup
backupLogDir - String, the backup folder
defaultIncrementalJobPeriod - 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

eXo JCR :: Component :: Extension Service 1.15.1-CP01

Copyright © 2013 eXo Platform SAS. All Rights Reserved.