Class Publication
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Publication
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe dat id.protected booleanThe done.protected longThe pub id.protected StringThe pub options.protected BigDecimalThe pub processed time.protected BigDecimalThe 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 TypeMethodDescriptionbooleanEquals.longGets the data transfer id.booleangetDone()Gets the done.longgetId()Gets the id.Gets the options.Gets the processed time.Gets the scheduled time.inthashCode()Hash code.voidsetDataTransferId(long param) Sets the data transfer id.voidsetDataTransferId(String param) Sets the data transfer id.voidsetDone(boolean param) Sets the done.voidSets the done.voidsetId(long param) Sets the id.voidSets the id.voidsetOptions(String param) Sets the options.voidsetProcessedTime(Timestamp param) Sets the processed time.voidsetScheduledTime(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
-