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 StringThe ecu name.protected ECUserThe ecuser.protected StringThe not comment.protected intThe not id.protected StringThe not metadata.protected StringThe not name.protected booleanThe not public.protected StringThe 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.intgetId()Gets the id.Gets the metadata.getName()Gets the name.booleanGets the public.getTitle()Gets the title.voidsetComment(String param) Sets the comment.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidsetId(int param) Sets the id.voidSets the id.voidsetMetadata(String param) Sets the metadata.voidSets the name.voidsetPublic(boolean param) Sets the public.voidSets the public.voidSets 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
-