Class IncomingHistory

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

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

    • INH_ID

      protected long INH_ID
      The inh id.
    • DAT_ID

      protected Long DAT_ID
      The dat id.
    • INH_DESTINATION

      protected String INH_DESTINATION
      The inh destination.
    • INH_FILE_NAME

      protected String INH_FILE_NAME
      The inh file name.
    • INH_FILE_SIZE

      protected long INH_FILE_SIZE
      The inh file size.
    • INH_META_STREAM

      protected String INH_META_STREAM
      The inh meta stream.
    • INH_META_TIME

      protected String INH_META_TIME
      The inh meta time.
    • INH_META_TYPE

      protected String INH_META_TYPE
      The inh meta type.
    • INH_PRIORITY

      protected int INH_PRIORITY
      The inh priority.
    • INH_START_TIME

      protected BigDecimal INH_START_TIME
      The inh start time.
    • INH_SCHEDULED_TIME

      protected BigDecimal INH_SCHEDULED_TIME
      The inh scheduled time.
    • INH_TIME_BASE

      protected BigDecimal INH_TIME_BASE
      The inh time base.
    • INH_TIME_STEP

      protected long INH_TIME_STEP
      The inh time step.
    • INH_DURATION

      protected long INH_DURATION
      The inh duration.
    • INH_SENT

      protected long INH_SENT
      The inh sent.
    • INH_PROTOCOL

      protected String INH_PROTOCOL
      The inh protocol.
    • INH_TRANSFER_SERVER

      protected String INH_TRANSFER_SERVER
      The inh transfer server.
    • INH_HOST_ADDRESS

      protected String INH_HOST_ADDRESS
      The inh host address.
    • INH_USER_NAME

      protected String INH_USER_NAME
      The inh user name.
    • INH_UPLOAD

      protected boolean INH_UPLOAD
      The inh upload.
    • dataTransfer

      protected DataTransfer dataTransfer
      The data transfer.
  • Constructor Details

    • IncomingHistory

      public IncomingHistory()
      Instantiates a new incoming 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • getProtocol

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

      public void setProtocol(String param)
      Sets the protocol.
      Parameters:
      param - the new protocol
    • 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
    • getUserName

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

      public void setUserName(String param)
      Sets the user name.
      Parameters:
      param - the new user name
    • getUpload

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

      public void setUpload(boolean param)
      Sets the upload.
      Parameters:
      param - the new upload
    • 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