Class BackupJobConfig
- 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 Summary
Constructors Constructor Description BackupJobConfig()BackupJobConfig constructor.BackupJobConfig(String backupJob, Collection<Pair> parameters)BackupJobConfig constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackupJob()getBackupJob.Collection<Pair>getParameters()getParameters.voidsetBackupJob(String backupJob)setBackupJob.voidsetParameters(Collection<Pair> parameters)setParameters.
-
-
-
Constructor Detail
-
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 Detail
-
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
-
-