Class PresentationHistory

java.lang.Object
ecmwf.ecpds.master.plugin.http.controller.user.incoming.PresentationHistory

public class PresentationHistory extends Object
The Class PresentationHistory.
  • Constructor Details

    • PresentationHistory

      public PresentationHistory(IncomingHistory history)
      Instantiates a new presentation history.
      Parameters:
      history - the history
  • Method Details

    • getUserName

      public String getUserName()
      Gets the user name.
      Returns:
      the user name
    • getProtocol

      public String getProtocol()
      Gets the protocol.
      Returns:
      the protocol
    • getUpload

      public boolean getUpload()
      Gets the upload.
      Returns:
      the upload
    • getHostAddress

      public String getHostAddress()
      Gets the host address.
      Returns:
      the host address
    • getTransferServerName

      public String getTransferServerName()
      Gets the transfer server name.
      Returns:
      the transfer server name
    • getDestinationName

      public String getDestinationName()
      Gets the destination name.
      Returns:
      the destination name
    • getDataTransferId

      public Long getDataTransferId()
      Gets the data transfer id.
      Returns:
      the data transfer id
    • getFileName

      public String getFileName()
      Gets the file name.
      Returns:
      the file name
    • getStartTime

      public Date getStartTime()
      Gets the start time.
      Returns:
      the start time
    • getFinishTime

      public Date getFinishTime()
      Gets the finish time.
      Returns:
      the finish time
    • getRate

      public double getRate()
      Gets the rate.
      Returns:
      the rate
    • getFormattedRate

      public String getFormattedRate()
      Gets the formatted rate.
      Returns:
      the formatted rate
    • getBytes

      public long getBytes()
      Gets the bytes.
      Returns:
      the bytes
    • getFormattedBytes

      public String getFormattedBytes()
      Gets the formatted bytes.
      Returns:
      the formatted bytes
    • getDuration

      public long getDuration()
      Gets the duration.
      Returns:
      the duration
    • getFormattedDuration

      public String getFormattedDuration()
      Gets the formatted duration.
      Returns:
      the formatted duration