eXo JCR :: Component :: Extension Service 1.16.0-CR2

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

java.lang.Object
  extended by 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
BackupJobConfig()
          BackupJobConfig constructor.
BackupJobConfig(String backupJob, Collection<Pair> parameters)
          BackupJobConfig constructor.
 
Method Summary
 String getBackupJob()
          getBackupJob.
 Collection<Pair> getParameters()
          getParameters.
 void setBackupJob(String backupJob)
          setBackupJob.
 void setParameters(Collection<Pair> parameters)
          setParameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

eXo JCR :: Component :: Extension Service 1.16.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.