Class ProductStatus

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

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

    • PRS_COMMENT

      protected String PRS_COMMENT
      The prs comment.
    • PRS_ID

      protected long PRS_ID
      The prs id.
    • PRS_LAST_UPDATE

      protected BigDecimal PRS_LAST_UPDATE
      The prs last update.
    • PRS_SCHEDULE_TIME

      protected BigDecimal PRS_SCHEDULE_TIME
      The prs schedule time.
    • PRS_STEP

      protected long PRS_STEP
      The prs step.
    • PRS_STREAM

      protected String PRS_STREAM
      The prs stream.
    • PRS_TIME

      protected String PRS_TIME
      The prs time.
    • PRS_BUFFER

      protected long PRS_BUFFER
      The sta buffer.
    • PRS_TIME_BASE

      protected BigDecimal PRS_TIME_BASE
      The prs time base.
    • PRS_TYPE

      protected String PRS_TYPE
      The prs type.
    • PRS_USER_STATUS

      protected String PRS_USER_STATUS
      The prs user status.
    • STA_CODE

      protected String STA_CODE
      The sta code.
  • Constructor Details

    • ProductStatus

      public ProductStatus()
      Instantiates a new product status.
    • ProductStatus

      public ProductStatus(long id)
      Instantiates a new product status.
      Parameters:
      id - the id
    • ProductStatus

      public ProductStatus(String id)
      Instantiates a new product status.
      Parameters:
      id - the id
  • Method Details

    • getComment

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

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • 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
    • getLastUpdate

      public Timestamp getLastUpdate()
      Gets the last update.
      Returns:
      the last update
    • setLastUpdate

      public void setLastUpdate(Timestamp param)
      Sets the last update.
      Parameters:
      param - the new last update
    • getScheduleTime

      public Timestamp getScheduleTime()
      Gets the schedule time.
      Returns:
      the schedule time
    • setScheduleTime

      public void setScheduleTime(Timestamp param)
      Sets the schedule time.
      Parameters:
      param - the new schedule time
    • getStep

      public long getStep()
      Gets the step.
      Returns:
      the step
    • setStep

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

      public void setStep(String param)
      Sets the step.
      Parameters:
      param - the new step
    • getBuffer

      public long getBuffer()
      Gets the buffer.
      Returns:
      the buffer
    • setBuffer

      public void setBuffer(long param)
      Sets the buffer.
      Parameters:
      param - the new buffer
    • setBuffer

      public void setBuffer(String param)
      Sets the buffer.
      Parameters:
      param - the new buffer
    • getStream

      public String getStream()
      Gets the stream.
      Returns:
      the stream
    • setStream

      public void setStream(String param)
      Sets the stream.
      Parameters:
      param - the new stream
    • getTime

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

      public void setTime(String param)
      Sets the time.
      Parameters:
      param - the new 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
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String param)
      Sets the type.
      Parameters:
      param - the new type
    • getUserStatus

      public String getUserStatus()
      Gets the user status.
      Returns:
      the user status
    • setUserStatus

      public void setUserStatus(String param)
      Sets the user status.
      Parameters:
      param - the new user status
    • 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
    • hashCode

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

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