Class Publication
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Publication
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The dat id.protected boolean
The done.protected long
The pub id.protected String
The pub options.protected BigDecimal
The pub processed time.protected BigDecimal
The pub scheduled time.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new operation.Publication
(long id) Instantiates a new operation. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.long
Gets the data transfer id.boolean
getDone()
Gets the done.long
getId()
Gets the id.Gets the options.Gets the processed time.Gets the scheduled time.int
hashCode()
Hash code.void
setDataTransferId
(long param) Sets the data transfer id.void
setDataTransferId
(String param) Sets the data transfer id.void
setDone
(boolean param) Sets the done.void
Sets the done.void
setId
(long param) Sets the id.void
Sets the id.void
setOptions
(String param) Sets the options.void
setProcessedTime
(Timestamp param) Sets the processed time.void
setScheduledTime
(Timestamp param) Sets the scheduled time.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
-
PUB_SCHEDULED_TIME
The pub scheduled time. -
PUB_PROCESSED_TIME
The pub processed time. -
PUB_OPTIONS
The pub options. -
DAT_ID
protected long DAT_IDThe dat id. -
PUB_ID
protected long PUB_IDThe pub id. -
PUB_DONE
protected boolean PUB_DONEThe done.
-
-
Constructor Details
-
Publication
public Publication()Instantiates a new operation. -
Publication
public Publication(long id) Instantiates a new operation.- Parameters:
id
- the id
-
-
Method Details
-
getScheduledTime
-
setScheduledTime
Sets the scheduled time.- Parameters:
param
- the new scheduled time
-
getProcessedTime
-
setProcessedTime
Sets the processed time.- Parameters:
param
- the new processed time
-
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
-
getOptions
-
setOptions
-
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
Sets the data transfer id.- Parameters:
param
- the new data transfer id
-
getDone
public boolean getDone()Gets the done.- Returns:
- the done
-
setDone
public void setDone(boolean param) Sets the done.- Parameters:
param
- the new done
-
setDone
-
hashCode
-
equals
-