org.gcube.datatransfer.agent.impl.jdo
Class Transfer
java.lang.Object
org.gcube.datatransfer.agent.impl.jdo.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 |
submitter
protected String submitter
submitterEndpoint
protected String submitterEndpoint
lastNotificationMsgSent
protected boolean lastNotificationMsgSent
status
protected String status
totalTransfers
protected long totalTransfers
transfersCompleted
protected long transfersCompleted
totalSize
protected long totalSize
sizeTransferred
protected long sizeTransferred
sourceID
protected String sourceID
destID
protected String destID
outcome
protected String outcome
totalReadTrees
protected int totalReadTrees
totalWrittenTrees
protected int totalWrittenTrees
updates
protected int updates
Transfer
public Transfer()
getUpdates
public int getUpdates()
setUpdates
public void setUpdates(int updates)
getTotaltransfers
public long getTotaltransfers()
setTotalTransfers
public void setTotalTransfers(long totaltransfers)
getTransfersCompleted
public long getTransfersCompleted()
setTransfersCompleted
public void setTransfersCompleted(long transfersCompleted)
getTotalSize
public long getTotalSize()
setTotalSize
public void setTotalSize(long totalSize)
getSizeTransferred
public long getSizeTransferred()
setSizeTransferred
public void setSizeTransferred(Long sizeTransferred)
getId
public String getId()
setId
public void setId(String transferId)
getSubmitter
public String getSubmitter()
setSubmitter
public void setSubmitter(String submitter)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getSubmitterEndpoint
public String getSubmitterEndpoint()
setSubmitterEndpoint
public void setSubmitterEndpoint(String submitterEndpoint)
isLastNotificationMsgSent
public boolean isLastNotificationMsgSent()
setLastNotificationMsgSent
public void setLastNotificationMsgSent(boolean lastNotificationMsgSent)
getTotalTransfers
public long getTotalTransfers()
getSourceID
public String getSourceID()
getDestID
public String getDestID()
getOutcome
public String getOutcome()
setSizeTransferred
public void setSizeTransferred(long sizeTransferred)
setSourceID
public void setSourceID(String sourceID)
setDestID
public void setDestID(String destID)
setOutcome
public void setOutcome(String outcome)
getTotalReadTrees
public int getTotalReadTrees()
getTotalWrittenTrees
public int getTotalWrittenTrees()
setTotalReadTrees
public void setTotalReadTrees(int totalReadTrees)
setTotalWrittenTrees
public void setTotalWrittenTrees(int totalWrittenTrees)
Copyright © 2013. All Rights Reserved.