Class ProductStatus
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ProductStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe sta buffer.protected StringThe prs comment.protected longThe prs id.protected BigDecimalThe prs last update.protected BigDecimalThe prs schedule time.protected longThe prs step.protected StringThe prs stream.protected StringThe prs time.protected BigDecimalThe prs time base.protected StringThe prs type.protected StringThe prs user status.protected StringThe 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 TypeMethodDescriptionbooleanEquals.longGets the buffer.Gets the comment.longgetId()Gets the id.Gets the last update.Gets the schedule time.Gets the status code.longgetStep()Gets the step.Gets the stream.getTime()Gets the time.Gets the time base.getType()Gets the type.Gets the user status.inthashCode()Hash code.voidsetBuffer(long param) Sets the buffer.voidSets the buffer.voidsetComment(String param) Sets the comment.voidsetId(long param) Sets the id.voidSets the id.voidsetLastUpdate(Timestamp param) Sets the last update.voidsetScheduleTime(Timestamp param) Sets the schedule time.voidsetStatusCode(String param) Sets the status code.voidsetStep(long param) Sets the step.voidSets the step.voidSets the stream.voidSets the time.voidsetTimeBase(Timestamp param) Sets the time base.voidSets the type.voidsetUserStatus(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
-