org.gcube.datatransfer.scheduler.library.obj
Class SchedulerObj
java.lang.Object
org.gcube.datatransfer.scheduler.library.obj.SchedulerObj
- All Implemented Interfaces:
- Serializable
public class SchedulerObj
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeOfSchedule
public TypeOfSchedule typeOfSchedule
typeOfTransfer
public String typeOfTransfer
scope
public String scope
unzipFile
public boolean unzipFile
overwrite
public boolean overwrite
syncOp
public boolean syncOp
agentHostname
public String agentHostname
inputUrls
public String[] inputUrls
dataSourceId
public String dataSourceId
destinationFolder
public String destinationFolder
typeOfStorage
public org.gcube.datatransfer.common.agent.Types.storageType typeOfStorage
smDetails
public org.gcube.datatransfer.common.agent.Types.StorageManagerDetails smDetails
outputUrls
public String[] outputUrls
dataStorageId
public String dataStorageId
xstream
protected static com.thoughtworks.xstream.XStream xstream
SchedulerObj
public SchedulerObj()
toXML
public String toXML()
getTypeOfSchedule
public TypeOfSchedule getTypeOfSchedule()
setTypeOfSchedule
public void setTypeOfSchedule(TypeOfSchedule typeOfSchedule)
getTypeOfTransfer
public String getTypeOfTransfer()
setTypeOfTransfer
public void setTypeOfTransfer(String typeOfTransfer)
getScope
public String getScope()
setScope
public void setScope(String scope)
isUnzipFile
public boolean isUnzipFile()
setUnzipFile
public void setUnzipFile(boolean unzipFile)
isOverwrite
public boolean isOverwrite()
setOverwrite
public void setOverwrite(boolean overwrite)
isSyncOp
public boolean isSyncOp()
setSyncOp
public void setSyncOp(boolean syncOp)
getAgentHostname
public String getAgentHostname()
setAgentHostname
public void setAgentHostname(String agentHostname)
getInputUrls
public String[] getInputUrls()
setInputUrls
public void setInputUrls(String[] inputUrls)
getDataSourceId
public String getDataSourceId()
setDataSourceId
public void setDataSourceId(String dataSourceId)
getDestinationFolder
public String getDestinationFolder()
setDestinationFolder
public void setDestinationFolder(String destinationFolder)
getTypeOfStorage
public org.gcube.datatransfer.common.agent.Types.storageType getTypeOfStorage()
setTypeOfStorage
public void setTypeOfStorage(org.gcube.datatransfer.common.agent.Types.storageType typeOfStorage)
getSmDetails
public org.gcube.datatransfer.common.agent.Types.StorageManagerDetails getSmDetails()
setSmDetails
public void setSmDetails(org.gcube.datatransfer.common.agent.Types.StorageManagerDetails smDetails)
getSubmittedDate
public String getSubmittedDate()
setSubmittedDate
public void setSubmittedDate(String submittedDate)
getOutputUrls
public String[] getOutputUrls()
setOutputUrls
public void setOutputUrls(String[] outputUrls)
getDataStorageId
public String getDataStorageId()
setDataStorageId
public void setDataStorageId(String dataStorageId)
Copyright © 2013. All Rights Reserved.