Contents
Class WeuCat
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.WeuCat
- 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 long
The cat id.protected Category
The category.protected WebUser
The web user.protected String
The weu id.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the category.long
Gets the category id.Gets the web user.Gets the web user id.int
hashCode()
Hash code.void
setCategory
(Category param) Sets the category.void
setCategoryId
(long param) Sets the category id.void
setCategoryId
(String param) Sets the category id.void
setWebUser
(WebUser param) Sets the web user.void
setWebUserId
(String param) Sets the web user id.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
-
Constructor Details
-
Method Details
-
getCategoryId
public long getCategoryId()Gets the category id.- Returns:
- the category id
-
setCategoryId
public void setCategoryId(long param) Sets the category id.- Parameters:
param
- the new category id
-
setCategoryId
Sets the category id.- Parameters:
param
- the new category id
-
getWebUserId
-
setWebUserId
Sets the web user id.- Parameters:
param
- the new web user id
-
getCategory
-
setCategory
-
getWebUser
-
setWebUser
-
hashCode
-
equals
-