com.ericsson.tic.vi
Class Category

java.lang.Object
  extended by com.ericsson.tic.vi.Category

public class Category
extends Object

A Category is a list of category items. Data can be grouped by category.

Version:
1.0 (2008-12-04)
Author:
Sami Matilainen

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

id

public int id
The id of this Category set.


setName

public String setName
The name of this category set.


cats

public CategoryItem[] cats
A list of Category Items.

Constructor Detail

Category

public Category(int id,
                CategoryItem[] cats,
                String setName)
Creates a Category.

Parameters:
id - The id of this Category set
cats - The CategoryItems which makes up this Category
setName - The name of this set.