Class CatUrl
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.CatUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The cat id.protected Category
The category.protected Url
The url.protected String
The 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 TypeMethodDescriptionboolean
Equals.Gets the category.long
Gets the category id.getUrl()
Gets the url.Gets the url name.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
Sets the url.void
setUrlName
(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
-