java.lang.Object
org.exoplatform.services.jcr.ext.backup.server.bean.response.BackupJobConfig

public class BackupJobConfig extends Object
Created by The eXo Platform SAS.
Date: 13.04.2009
Version:
$Id: BackupJobConfig.java 111 2008-11-11 11:11:11Z rainf0x $
Author:
Alex Reshetnyak
  • Constructor Details

    • BackupJobConfig

      public BackupJobConfig()
      BackupJobConfig constructor. The empty constructor.
    • BackupJobConfig

      public BackupJobConfig(String backupJob, Collection<Pair> parameters)
      BackupJobConfig constructor.
      Parameters:
      backupJob - String, the FQN (Fully qualified name) to BackupJob class .
      parameters - Collection, the list of parameters
  • Method Details

    • getBackupJob

      public String getBackupJob()
      getBackupJob.
      Returns:
      String return the FQN to BackupJob
    • setBackupJob

      public void setBackupJob(String backupJob)
      setBackupJob.
      Parameters:
      backupJob - String, the FQN to BackupJob
    • getParameters

      public Collection<Pair> getParameters()
      getParameters.
      Returns:
      Collection the parameters to BAckupJob
    • setParameters

      public void setParameters(Collection<Pair> parameters)
      setParameters.
      Parameters:
      parameters - Collection, the parameters to BAckupJob