Class Notification
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Notification
- All Implemented Interfaces:
Serializable
,Cloneable
ECMWF Product Data Store (OpenECPDS) Project.
- Since:
- 2024-07-01
- Version:
- 6.7.7
- Author:
- Laurent Gougeon - syi@ecmwf.int, ECMWF.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ecu name.protected ECUser
The ecuser.protected String
The not comment.protected int
The not id.protected String
The not metadata.protected String
The not name.protected boolean
The not public.protected String
The not title.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new notification.Notification
(int id) Instantiates a new notification.Notification
(String id) Instantiates a new notification. -
Method Summary
Modifier and TypeMethodDescriptionGets the comment.Gets the EC user.Gets the EC user name.int
getId()
Gets the id.Gets the metadata.getName()
Gets the name.boolean
Gets the public.getTitle()
Gets the title.void
setComment
(String param) Sets the comment.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
setId
(int param) Sets the id.void
Sets the id.void
setMetadata
(String param) Sets the metadata.void
Sets the name.void
setPublic
(boolean param) Sets the public.void
Sets the public.void
Sets the title.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
-
ECU_NAME
The ecu name. -
NOT_COMMENT
The not comment. -
NOT_ID
protected int NOT_IDThe not id. -
NOT_METADATA
The not metadata. -
NOT_NAME
The not name. -
NOT_PUBLIC
protected boolean NOT_PUBLICThe not public. -
NOT_TITLE
The not title. -
ecuser
The ecuser.
-
-
Constructor Details
-
Notification
public Notification()Instantiates a new notification. -
Notification
public Notification(int id) Instantiates a new notification.- Parameters:
id
- the id
-
Notification
-
-
Method Details
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param
- the new EC user name
-
getComment
-
setComment
-
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
-
getMetadata
-
setMetadata
-
getName
-
setName
-
getPublic
public boolean getPublic()Gets the public.- Returns:
- the public
-
setPublic
public void setPublic(boolean param) Sets the public.- Parameters:
param
- the new public
-
setPublic
-
getTitle
-
setTitle
-
getECUser
-
setECUser
-