public class CmsCategoryTreeEntry extends CmsCategoryBean
| 限定符 | 构造器和说明 |
|---|---|
protected |
CmsCategoryTreeEntry()
Constructor for serialization.
|
|
CmsCategoryTreeEntry(CmsCategory category)
Clone constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChild(CmsCategoryTreeEntry child)
Adds a child entry.
|
java.util.List<CmsCategoryTreeEntry> |
getChildren()
Returns the children.
|
void |
setChildren(java.util.List<CmsCategoryTreeEntry> children)
Sets the children.
|
getBasePath, getDescription, getId, getPath, getRootPath, getSitePath, getTitle, matchesFilter, setDescription, setPath, setSitePath, setTitlepublic CmsCategoryTreeEntry(CmsCategory category) throws java.lang.Exception
category - the category to clonejava.lang.Exception - will never happenprotected CmsCategoryTreeEntry()
public void addChild(CmsCategoryTreeEntry child)
child - the child to addpublic java.util.List<CmsCategoryTreeEntry> getChildren()
public void setChildren(java.util.List<CmsCategoryTreeEntry> children)
children - the children to set