CategoryElementpublic class CategoryElement extends Object CategoryElement represents a single element or part of a Category. |
Fields Summary |
---|
protected String | _categoryTitle |
Constructors Summary |
---|
public CategoryElement()
super();
| public CategoryElement(String title)
_categoryTitle = title;
|
|