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 Link icon

    • setUser Link icon

      void setUser(ecmwf.web.model.users.User user)
      Sets the user.
      Parameters:
      user - the new user
    • getUser Link icon

      ecmwf.web.model.users.User getUser()
      Gets the user.
      Returns:
      the user
    • getDate Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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