org.guvnor.common.services.shared.metadata.model
Class CategoryItem
java.lang.Object
org.guvnor.common.services.shared.metadata.model.CategoryItem
- Direct Known Subclasses:
- Categories
@Portable
public class CategoryItem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryItem
public CategoryItem()
CategoryItem
public CategoryItem(String name,
String description,
CategoryItem parent)
getName
public String getName()
getDescription
public String getDescription()
getParent
public CategoryItem getParent()
getChildren
public List<CategoryItem> getChildren()
removeChildren
public void removeChildren(String name)
hasChild
public boolean hasChild()
addChildren
public CategoryItem addChildren(String name,
String description)
contains
public boolean contains(String name)
setName
public void setName(String name)
getFullPath
public String getFullPath()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.