protected class NewModelFromTemplatePage.MergedCategory extends java.lang.Object implements ICategory
The ID of the category is the ID of the first category in the categories array.
Modifier and Type | Method and Description |
---|---|
ICategory[] |
getChildren()
Get the child categories.
|
java.lang.String |
getId()
Get the category ID.
|
java.lang.String |
getLabel()
Get the category label.
|
ICategory |
getParent()
Get the parent category, or
null if no parent exists. |
public java.lang.String getId()
ICategory
public java.lang.String getLabel()
ICategory
public ICategory getParent()
ICategory
null
if no parent exists.public ICategory[] getChildren()
ICategory
getChildren
in interface ICategory