public class Category extends Object
Modifier and Type | Method and Description |
---|---|
void |
deleteAllChildren() |
List |
getChildren() |
String |
getName() |
Category |
getParent() |
String |
getPath() |
boolean |
isSameOrAncestorOf(Category category) |
String |
toString() |
public static final String ROOT_NAME
Copyright © 2004–2016. All rights reserved.