Interface TransferHistory

All Superinterfaces:
CollectionSizeBean, ecmwf.web.model.ModelBean
All Known Implementing Classes:
TransferHistoryBean

public interface TransferHistory extends CollectionSizeBean, ecmwf.web.model.ModelBean
The Interface TransferHistory.
  • 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

      Date getDate()
      Gets the date.
      Returns:
      the date
    • getHost

      Host getHost() throws TransferException
      Gets the host.
      Returns:
      the host
      Throws:
      TransferException - the transfer exception
    • getHostNickName

      String getHostNickName()
      Gets the host nick name.
      Returns:
      the host nick name
    • getHostName

      String getHostName()
      Gets the host name.
      Returns:
      the host name
    • getStatus

      String getStatus()
      Gets the status.
      Returns:
      the status
    • getFormattedStatus

      String getFormattedStatus()
      Gets the formatted status.
      Returns:
      the formatted status
    • getSent

      long getSent()
      Gets the sent.
      Returns:
      the sent
    • getFormattedSent

      String getFormattedSent()
      Gets the formatted sent.
      Returns:
      the formatted sent
    • getComment

      String getComment()
      Gets the comment.
      Returns:
      the comment
    • getFormattedComment

      String getFormattedComment()
      Gets the formatted comment.
      Returns:
      the formatted comment
    • getError

      boolean getError()
      Gets the error.
      Returns:
      the error
    • getDataTransferId

      long getDataTransferId()
      Gets the data transfer id.
      Returns:
      the data transfer id
    • getDataTransfer

      DataTransfer getDataTransfer()
      Gets the data transfer.
      Returns:
      the data transfer