Class 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 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