Class UploadHistory

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

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

    • DAT_ID

      protected Long DAT_ID
      The dat id.
    • STA_CODE

      protected String STA_CODE
      The sta code.
    • UPH_DESTINATION

      protected String UPH_DESTINATION
      The uph destination.
    • UPH_FILE_NAME

      protected String UPH_FILE_NAME
      The uph file name.
    • UPH_FILE_SIZE

      protected long UPH_FILE_SIZE
      The uph file size.
    • UPH_FINISH_TIME

      protected BigDecimal UPH_FINISH_TIME
      The uph finish time.
    • UPH_ID

      protected long UPH_ID
      The uph id.
    • UPH_META_STREAM

      protected String UPH_META_STREAM
      The uph meta stream.
    • UPH_META_TIME

      protected String UPH_META_TIME
      The uph meta time.
    • UPH_META_TYPE

      protected String UPH_META_TYPE
      The uph meta type.
    • UPH_PRIORITY

      protected int UPH_PRIORITY
      The uph priority.
    • UPH_QUEUE_TIME

      protected BigDecimal UPH_QUEUE_TIME
      The uph queue time.
    • UPH_REQUEUE_COUNT

      protected int UPH_REQUEUE_COUNT
      The uph requeue count.
    • UPH_SCHEDULED_TIME

      protected BigDecimal UPH_SCHEDULED_TIME
      The uph scheduled time.
    • UPH_START_TIME

      protected BigDecimal UPH_START_TIME
      The uph start time.
    • UPH_RETRIEVAL_TIME

      protected BigDecimal UPH_RETRIEVAL_TIME
      The uph arrival time.
    • UPH_PUT_TIME

      protected BigDecimal UPH_PUT_TIME
      The uph put time.
    • UPH_TIME_BASE

      protected BigDecimal UPH_TIME_BASE
      The uph time base.
    • UPH_TIME_STEP

      protected long UPH_TIME_STEP
      The uph time step.
    • UPH_DURATION

      protected long UPH_DURATION
      The uph duration.
    • UPH_SENT

      protected long UPH_SENT
      The uph sent.
    • UPH_TRANSFER_MODULE

      protected String UPH_TRANSFER_MODULE
      The uph transfer module.
    • UPH_TRANSFER_SERVER

      protected String UPH_TRANSFER_SERVER
      The uph transfer server.
    • UPH_HOST_ADDRESS

      protected String UPH_HOST_ADDRESS
      The uph host address.
    • UPH_NETWORK_CODE

      protected String UPH_NETWORK_CODE
      The uph network code.
    • dataTransfer

      protected DataTransfer dataTransfer
      The data transfer.
  • Constructor Details

    • UploadHistory

      public UploadHistory()
      Instantiates a new upload history.
  • Method Details

    • 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
    • setDataTransferId

      public void setDataTransferId(long param)
      Sets the data transfer id.
      Parameters:
      param - the new data transfer id
    • 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
    • getDestination

      public String getDestination()
      Gets the destination.
      Returns:
      the destination
    • setDestination

      public void setDestination(String param)
      Sets the destination.
      Parameters:
      param - the new destination
    • getFileName

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

      public void setFileName(String param)
      Sets the file name.
      Parameters:
      param - the new file name
    • getFileSize

      public long getFileSize()
      Gets the file size.
      Returns:
      the file size
    • setFileSize

      public void setFileSize(long param)
      Sets the file size.
      Parameters:
      param - the new file size
    • setFileSize

      public void setFileSize(String param)
      Sets the file size.
      Parameters:
      param - the new file size
    • getFinishTime

      public Timestamp getFinishTime()
      Gets the finish time.
      Returns:
      the finish time
    • setFinishTime

      public void setFinishTime(Timestamp param)
      Sets the finish time.
      Parameters:
      param - the new finish time
    • getId

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

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

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

      public String getMetaStream()
      Gets the meta stream.
      Returns:
      the meta stream
    • setMetaStream

      public void setMetaStream(String param)
      Sets the meta stream.
      Parameters:
      param - the new meta stream
    • getMetaTime

      public String getMetaTime()
      Gets the meta time.
      Returns:
      the meta time
    • setMetaTime

      public void setMetaTime(String param)
      Sets the meta time.
      Parameters:
      param - the new meta time
    • getMetaType

      public String getMetaType()
      Gets the meta type.
      Returns:
      the meta type
    • setMetaType

      public void setMetaType(String param)
      Sets the meta type.
      Parameters:
      param - the new meta type
    • getPriority

      public int getPriority()
      Gets the priority.
      Returns:
      the priority
    • setPriority

      public void setPriority(int param)
      Sets the priority.
      Parameters:
      param - the new priority
    • setPriority

      public void setPriority(String param)
      Sets the priority.
      Parameters:
      param - the new priority
    • getQueueTime

      public Timestamp getQueueTime()
      Gets the queue time.
      Returns:
      the queue time
    • setQueueTime

      public void setQueueTime(Timestamp param)
      Sets the queue time.
      Parameters:
      param - the new queue time
    • getRequeueCount

      public int getRequeueCount()
      Gets the requeue count.
      Returns:
      the requeue count
    • setRequeueCount

      public void setRequeueCount(int param)
      Sets the requeue count.
      Parameters:
      param - the new requeue count
    • setRequeueCount

      public void setRequeueCount(String param)
      Sets the requeue count.
      Parameters:
      param - the new requeue count
    • getScheduledTime

      public Timestamp getScheduledTime()
      Gets the scheduled time.
      Returns:
      the scheduled time
    • setScheduledTime

      public void setScheduledTime(Timestamp param)
      Sets the scheduled time.
      Parameters:
      param - the new scheduled time
    • getStartTime

      public Timestamp getStartTime()
      Gets the start time.
      Returns:
      the start time
    • setStartTime

      public void setStartTime(Timestamp param)
      Sets the start time.
      Parameters:
      param - the new start time
    • getRetrievalTime

      public Timestamp getRetrievalTime()
      Gets the retrieval time.
      Returns:
      the retrieval time
    • setRetrievalTime

      public void setRetrievalTime(Timestamp param)
      Sets the retrieval time.
      Parameters:
      param - the new retrieval time
    • getPutTime

      public Timestamp getPutTime()
      Gets the puts the time.
      Returns:
      the puts the time
    • setPutTime

      public void setPutTime(Timestamp param)
      Sets the puts the time.
      Parameters:
      param - the new puts the time
    • getTimeBase

      public Timestamp getTimeBase()
      Gets the time base.
      Returns:
      the time base
    • setTimeBase

      public void setTimeBase(Timestamp param)
      Sets the time base.
      Parameters:
      param - the new time base
    • getTimeStep

      public long getTimeStep()
      Gets the time step.
      Returns:
      the time step
    • setTimeStep

      public void setTimeStep(long param)
      Sets the time step.
      Parameters:
      param - the new time step
    • setTimeStep

      public void setTimeStep(String param)
      Sets the time step.
      Parameters:
      param - the new time step
    • getDuration

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

      public void setDuration(long param)
      Sets the duration.
      Parameters:
      param - the new duration
    • setDuration

      public void setDuration(String param)
      Sets the duration.
      Parameters:
      param - the new duration
    • 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
    • getTransferModule

      public String getTransferModule()
      Gets the transfer module.
      Returns:
      the transfer module
    • setTransferModule

      public void setTransferModule(String param)
      Sets the transfer module.
      Parameters:
      param - the new transfer module
    • getTransferServer

      public String getTransferServer()
      Gets the transfer server.
      Returns:
      the transfer server
    • setTransferServer

      public void setTransferServer(String param)
      Sets the transfer server.
      Parameters:
      param - the new transfer server
    • getHostAddress

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

      public void setHostAddress(String param)
      Sets the host address.
      Parameters:
      param - the new host address
    • getNetworkCode

      public String getNetworkCode()
      Gets the network code.
      Returns:
      the network code
    • setNetworkCode

      public void setNetworkCode(String param)
      Sets the network code.
      Parameters:
      param - the new network code
    • 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
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object