Interface TransferHistory
- All Superinterfaces:
CollectionSizeBean
,ecmwf.web.model.ModelBean
- All Known Implementing Classes:
TransferHistoryBean
The Interface TransferHistory.
-
Method Summary
Modifier and TypeMethodDescriptionGets the comment.Gets the data transfer.long
Gets the data transfer id.getDate()
Gets the date.boolean
getError()
Gets the error.Gets the formatted comment.Gets the formatted sent.Gets the formatted status.getHost()
Gets the host.Gets the host name.Gets the host nick name.long
getSent()
Gets the sent.Gets the status.ecmwf.web.model.users.User
getUser()
Gets the user.void
setUser
(ecmwf.web.model.users.User user) Sets the user.Methods inherited from interface ecmwf.ecpds.master.plugin.http.model.CollectionSizeBean
getCollectionSize
Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
setUser
void setUser(ecmwf.web.model.users.User user) Sets the user.- Parameters:
user
- the new user
-
getUser
ecmwf.web.model.users.User getUser()Gets the user.- Returns:
- the user
-
getDate
-
getHost
Gets the host.- Returns:
- the host
- Throws:
TransferException
- the transfer exception
-
getHostNickName
-
getHostName
-
getStatus
-
getFormattedStatus
-
getSent
long getSent()Gets the sent.- Returns:
- the sent
-
getFormattedSent
-
getComment
-
getFormattedComment
-
getError
boolean getError()Gets the error.- Returns:
- the error
-
getDataTransferId
long getDataTransferId()Gets the data transfer id.- Returns:
- the data transfer id
-
getDataTransfer
-