Class TransferHistory

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferHistory
All Implemented Interfaces:
Serializable, Cloneable

public class TransferHistory extends DataBaseObject
The Class TransferHistory.
See Also:
  • Field Details

    • DAT_ID

      protected long DAT_ID
      The dat id.
    • HOS_NAME

      protected Integer HOS_NAME
      The hos name.
    • STA_CODE

      protected String STA_CODE
      The sta code.
    • TRH_COMMENT

      protected String TRH_COMMENT
      The trh comment.
    • DES_NAME

      protected String DES_NAME
      The des name.
    • TRH_ERROR

      protected boolean TRH_ERROR
      The trh error.
    • TRH_ID

      protected long TRH_ID
      The trh id.
    • TRH_SENT

      protected long TRH_SENT
      The trh sent.
    • TRH_TIME

      protected BigDecimal TRH_TIME
      The trh time.
    • dataTransfer

      protected DataTransfer dataTransfer
      The data transfer.
    • host

      protected Host host
      The host.
  • Constructor Details

    • TransferHistory

      public TransferHistory()
      Instantiates a new transfer history.
    • TransferHistory

      public TransferHistory(long id)
      Instantiates a new transfer history.
      Parameters:
      id - the id
  • Method Details

    • getDestinationName

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

      public void setDestinationName(String param)
      Sets the destination name.
      Parameters:
      param - the new destination name
    • getDataTransferId

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

      public void setDataTransferId(long param)
      Sets the data transfer id.
      Parameters:
      param - the new data transfer id
    • getHostName

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

      public void setHostName(String param)
      Sets the host name.
      Parameters:
      param - the new host name
    • getStatusCode

      public String getStatusCode()
      Gets the status code.
      Returns:
      the status code
    • setStatusCode

      public void setStatusCode(String param)
      Sets the status code.
      Parameters:
      param - the new status code
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • getError

      public boolean getError()
      Gets the error.
      Returns:
      the error
    • setError

      public void setError(boolean param)
      Sets the error.
      Parameters:
      param - the new error
    • setError

      public void setError(String param)
      Sets the error.
      Parameters:
      param - the new error
    • getId

      public long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(long param)
      Sets the id.
      Parameters:
      param - the new id
    • setId

      public void setId(String param)
      Sets the id.
      Parameters:
      param - the new id
    • getSent

      public long getSent()
      Gets the sent.
      Returns:
      the sent
    • setSent

      public void setSent(long param)
      Sets the sent.
      Parameters:
      param - the new sent
    • setSent

      public void setSent(String param)
      Sets the sent.
      Parameters:
      param - the new sent
    • getTime

      public Timestamp getTime()
      Gets the time.
      Returns:
      the time
    • setTime

      public void setTime(Timestamp param)
      Sets the time.
      Parameters:
      param - the new time
    • getDataTransfer

      public DataTransfer getDataTransfer()
      Gets the data transfer.
      Returns:
      the data transfer
    • setDataTransfer

      public void setDataTransfer(DataTransfer param)
      Sets the data transfer.
      Parameters:
      param - the new data transfer
    • getHost

      public Host getHost()
      Gets the host.
      Returns:
      the host
    • setHost

      public void setHost(Host param)
      Sets the host.
      Parameters:
      param - the new host