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 int
The not id.protected Notification
The notification.protected String
The rec environment.protected BigDecimal
The rec expiration date.protected int
The rec id.protected boolean
The rec monitor.protected int
The rec sequence.protected BigDecimal
The 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.int
getId()
Gets the id.boolean
Gets the monitor.Gets the notification.int
Gets the notification id.int
Gets the sequence.getTime()
Gets the time.void
setEnvironment
(String param) Sets the environment.void
setExpirationDate
(BigDecimal param) Sets the expiration date.void
setExpirationDate
(Timestamp param) Sets the expiration date.void
setId
(int param) Sets the id.void
Sets the id.void
setMonitor
(boolean param) Sets the monitor.void
setMonitor
(String param) Sets the monitor.void
setNotification
(Notification param) Sets the notification.void
setNotificationId
(int param) Sets the notification id.void
setNotificationId
(String param) Sets the notification id.void
setSequence
(int param) Sets the sequence.void
setSequence
(String param) Sets the sequence.void
setTime
(BigDecimal param) Sets the time.void
Sets 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
-