|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Category
Method Summary | |
java.lang.Integer |
getBlogId()
Get the blog ID |
java.lang.String |
getDescription()
Retrieves the description of this category |
java.lang.String |
getEncodedName()
Return the category name encoded for a link |
java.lang.Integer |
getId()
Get the category ID |
java.util.Map |
getMetaData()
Retrieves the meta-data associated with this category |
java.lang.String |
getName()
Return the category name |
Category |
getParentCategory()
Returns the parent category of this category. |
java.lang.Integer |
getParentCategoryId()
Get the blog parent category ID |
void |
setBlogId(java.lang.Integer blogId)
Set the blog ID |
void |
setDescription(java.lang.String desc)
Sets the description of this category |
void |
setId(java.lang.Integer id)
Set the category ID |
void |
setMetaData(java.util.Map metadata)
Set the meta-data associated with this category |
void |
setName(java.lang.String name)
Set a new name for this category |
void |
setParentCategory(Category category)
Sets the parent category of this category |
void |
setParentCategoryId(java.lang.Integer id)
Se the parent category ID |
Method Detail |
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- Category IDpublic java.lang.Integer getParentCategoryId()
public void setParentCategoryId(java.lang.Integer id)
public java.lang.Integer getBlogId()
public void setBlogId(java.lang.Integer blogId)
blogId
- Blog IDpublic java.lang.String getName()
public java.lang.String getEncodedName()
public void setName(java.lang.String name)
name
- Category namepublic void setDescription(java.lang.String desc)
desc
- The new description of the categorypublic java.lang.String getDescription()
public void setMetaData(java.util.Map metadata)
metadata
- The map to be associated with the category as meta-datapublic java.util.Map getMetaData()
public Category getParentCategory()
Category
containing the parent categorypublic void setParentCategory(Category category)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |