Class ProductStatus
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ProductStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The sta buffer.protected String
The prs comment.protected long
The prs id.protected BigDecimal
The prs last update.protected BigDecimal
The prs schedule time.protected long
The prs step.protected String
The prs stream.protected String
The prs time.protected BigDecimal
The prs time base.protected String
The prs type.protected String
The prs user status.protected String
The sta code.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new product status.ProductStatus
(long id) Instantiates a new product status.ProductStatus
(String id) Instantiates a new product status. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.long
Gets the buffer.Gets the comment.long
getId()
Gets the id.Gets the last update.Gets the schedule time.Gets the status code.long
getStep()
Gets the step.Gets the stream.getTime()
Gets the time.Gets the time base.getType()
Gets the type.Gets the user status.int
hashCode()
Hash code.void
setBuffer
(long param) Sets the buffer.void
Sets the buffer.void
setComment
(String param) Sets the comment.void
setId
(long param) Sets the id.void
Sets the id.void
setLastUpdate
(Timestamp param) Sets the last update.void
setScheduleTime
(Timestamp param) Sets the schedule time.void
setStatusCode
(String param) Sets the status code.void
setStep
(long param) Sets the step.void
Sets the step.void
Sets the stream.void
Sets the time.void
setTimeBase
(Timestamp param) Sets the time base.void
Sets the type.void
setUserStatus
(String param) Sets the user status.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
PRS_COMMENT
The prs comment. -
PRS_ID
protected long PRS_IDThe prs id. -
PRS_LAST_UPDATE
The prs last update. -
PRS_SCHEDULE_TIME
The prs schedule time. -
PRS_STEP
protected long PRS_STEPThe prs step. -
PRS_STREAM
The prs stream. -
PRS_TIME
The prs time. -
PRS_BUFFER
protected long PRS_BUFFERThe sta buffer. -
PRS_TIME_BASE
The prs time base. -
PRS_TYPE
The prs type. -
PRS_USER_STATUS
The prs user status. -
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
-
-
Method Details
-
getComment
-
setComment
-
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
-
getLastUpdate
-
setLastUpdate
Sets the last update.- Parameters:
param
- the new last update
-
getScheduleTime
-
setScheduleTime
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
-
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
-
getStream
-
setStream
-
getTime
-
setTime
-
getTimeBase
-
setTimeBase
-
getType
-
setType
-
getUserStatus
-
setUserStatus
Sets the user status.- Parameters:
param
- the new user status
-
getStatusCode
-
setStatusCode
Sets the status code.- Parameters:
param
- the new status code
-
hashCode
-
equals
-