Class CatUrl
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.CatUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe cat id.protected CategoryThe category.protected UrlThe url.protected StringThe url name.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.getUrl()Gets the url.Gets the url name.inthashCode()Hash code.voidsetCategory(Category param) Sets the category.voidsetCategoryId(long param) Sets the category id.voidsetCategoryId(String param) Sets the category id.voidSets the url.voidsetUrlName(String param) Sets the url name.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. -
URL_NAME
The url name. -
category
The category. -
url
The url.
-
-
Constructor Details
-
CatUrl
public CatUrl()Instantiates a new cat url. -
CatUrl
Instantiates a new cat url.- Parameters:
categoryId- the category idurlName- the url name
-
-
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
-
getUrlName
-
setUrlName
-
getCategory
-
setCategory
-
getUrl
-
setUrl
-
hashCode
-
equals
-