Class Reception
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Reception
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
ReceptionExt
The Class Reception.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe not id.protected NotificationThe notification.protected StringThe rec environment.protected BigDecimalThe rec expiration date.protected intThe rec id.protected booleanThe rec monitor.protected intThe rec sequence.protected BigDecimalThe rec time.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the environment.Gets the expiration date.intgetId()Gets the id.booleanGets the monitor.Gets the notification.intGets the notification id.intGets the sequence.getTime()Gets the time.voidsetEnvironment(String param) Sets the environment.voidsetExpirationDate(BigDecimal param) Sets the expiration date.voidsetExpirationDate(Timestamp param) Sets the expiration date.voidsetId(int param) Sets the id.voidSets the id.voidsetMonitor(boolean param) Sets the monitor.voidsetMonitor(String param) Sets the monitor.voidsetNotification(Notification param) Sets the notification.voidsetNotificationId(int param) Sets the notification id.voidsetNotificationId(String param) Sets the notification id.voidsetSequence(int param) Sets the sequence.voidsetSequence(String param) Sets the sequence.voidsetTime(BigDecimal param) Sets the time.voidSets the 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
-
NOT_ID
protected int NOT_IDThe not id. -
REC_ENVIRONMENT
The rec environment. -
REC_EXPIRATION_DATE
The rec expiration date. -
REC_ID
protected int REC_IDThe rec id. -
REC_MONITOR
protected boolean REC_MONITORThe rec monitor. -
REC_SEQUENCE
protected int REC_SEQUENCEThe rec sequence. -
REC_TIME
The rec time. -
notification
The notification.
-
-
Constructor Details
-
Reception
public Reception()Instantiates a new reception. -
Reception
public Reception(int id) Instantiates a new reception.- Parameters:
id- the id
-
Reception
-
-
Method Details
-
getNotificationId
public int getNotificationId()Gets the notification id.- Returns:
- the notification id
-
setNotificationId
public void setNotificationId(int param) Sets the notification id.- Parameters:
param- the new notification id
-
setNotificationId
Sets the notification id.- Parameters:
param- the new notification id
-
getEnvironment
-
setEnvironment
Sets the environment.- Parameters:
param- the new environment
-
getExpirationDate
-
setExpirationDate
Sets the expiration date.- Parameters:
param- the new expiration date
-
setExpirationDate
Sets the expiration date.- Parameters:
param- the new expiration date
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int param) Sets the id.- Parameters:
param- the new id
-
setId
-
getMonitor
public boolean getMonitor()Gets the monitor.- Returns:
- the monitor
-
setMonitor
public void setMonitor(boolean param) Sets the monitor.- Parameters:
param- the new monitor
-
setMonitor
-
getSequence
public int getSequence()Gets the sequence.- Returns:
- the sequence
-
setSequence
public void setSequence(int param) Sets the sequence.- Parameters:
param- the new sequence
-
setSequence
-
getTime
-
setTime
-
setTime
-
getNotification
-
setNotification
Sets the notification.- Parameters:
param- the new notification
-