|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ericsson.tic.vi.Category
public class Category
A Category is a list of category items. Data can be grouped by category.
| Field Summary | |
|---|---|
CategoryItem[] |
cats
A list of Category Items. |
int |
id
The id of this Category set. |
String |
setName
The name of this category set. |
| Constructor Summary | |
|---|---|
Category(int id,
CategoryItem[] cats,
String setName)
Creates a Category. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int id
public String setName
public CategoryItem[] cats
| Constructor Detail |
|---|
public Category(int id,
CategoryItem[] cats,
String setName)
id - The id of this Category setcats - The CategoryItems which makes up this CategorysetName - The name of this set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||