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 longThe cat id.protected CategoryThe category.protected WebUserThe web user.protected StringThe 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 TypeMethodDescriptionbooleanEquals.Gets the category.longGets the category id.Gets the web user.Gets the web user id.inthashCode()Hash code.voidsetCategory(Category param) Sets the category.voidsetCategoryId(long param) Sets the category id.voidsetCategoryId(String param) Sets the category id.voidsetWebUser(WebUser param) Sets the web user.voidsetWebUserId(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
-
CAT_ID
protected long CAT_IDThe cat id. -
WEU_ID
The weu id. -
category
The category. -
webUser
The web user.
-
-
Constructor Details
-
WeuCat
public WeuCat()Instantiates a new weu cat. -
WeuCat
Instantiates a new weu cat.- Parameters:
categoryId- the category idwebuserId- the webuser id
-
-
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
-