org.gcube.datatransfer.scheduler.db.model
Class Transfer
java.lang.Object
org.gcube.datatransfer.scheduler.db.model.Transfer
- All Implemented Interfaces:
- Serializable
public class Transfer
- 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 |
typeOfScheduleId
protected String typeOfScheduleId
submitter
protected String submitter
status
protected String status
scope
protected String scope
agentId
protected String agentId
transferType
protected String transferType
typeOfStorage
protected String typeOfStorage
destinationFolder
protected String destinationFolder
overwrite
protected boolean overwrite
unzipFile
protected boolean unzipFile
sourceId
protected String sourceId
storageId
protected String storageId
outcomes
protected List<String> outcomes
transferError
public List<String> transferError
transferIdOfAgent
public String transferIdOfAgent
readyObjects
public boolean readyObjects
Transfer
public Transfer()
getOutcomes
public List<String> getOutcomes()
setOutcomes
public void setOutcomes(List<String> outcomes)
getTransferIdOfAgent
public String getTransferIdOfAgent()
setTransferIdOfAgent
public void setTransferIdOfAgent(String transferIdOfAgent)
getTypeOfScheduleId
public String getTypeOfScheduleId()
setTypeOfScheduleId
public void setTypeOfScheduleId(String typeOfScheduleId)
getSourceId
public String getSourceId()
setSourceId
public void setSourceId(String sourceId)
getStorageId
public String getStorageId()
setStorageId
public void setStorageId(String storageId)
getTransferId
public String getTransferId()
getAgentId
public String getAgentId()
setAgentId
public void setAgentId(String agentId)
setTransferId
public void setTransferId(String transferId)
getSubmitter
public String getSubmitter()
setSubmitter
public void setSubmitter(String submitter)
getObjectTrasferredIDs
public String[] getObjectTrasferredIDs()
setObjectTrasferredIDs
public void setObjectTrasferredIDs(String[] objectTrasferredIDs)
getObjectFailedIDs
public String[] getObjectFailedIDs()
setObjectFailedIDs
public void setObjectFailedIDs(String[] objectFailedIDs)
getTransferError
public List<String> getTransferError()
setTransferError
public void setTransferError(List<String> transferError)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getScope
public String getScope()
setScope
public void setScope(String scope)
getTransferType
public String getTransferType()
setTransferType
public void setTransferType(String transferType)
getDestinationFolder
public String getDestinationFolder()
setDestinationFolder
public void setDestinationFolder(String destinationFolder)
isOverwrite
public boolean isOverwrite()
setOverwrite
public void setOverwrite(boolean overwrite)
isUnzipFile
public boolean isUnzipFile()
setUnzipFile
public void setUnzipFile(boolean unzipFile)
getSubmittedDate
public String getSubmittedDate()
setSubmittedDate
public void setSubmittedDate(String submittedDate)
isReadyObjects
public boolean isReadyObjects()
setReadyObjects
public void setReadyObjects(boolean readyObjects)
getTypeOfStorage
public String getTypeOfStorage()
setTypeOfStorage
public void setTypeOfStorage(String typeOfStorage)
Copyright © 2013. All Rights Reserved.