Package org.imixs.workflow.engine.index
Class Category
- java.lang.Object
-
- org.imixs.workflow.engine.index.Category
-
public class Category extends Object
Stores the result of a Facets search.It includes a map with all labels within a specific category.
- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetCount()intgetCount(String label)Map<String,Integer>getLabels()StringgetName()inthashCode()voidsetCount(int count)voidsetLabel(String label, int count)voidsetName(String name)
-
-
-
Constructor Detail
-
Category
public Category(String name, int count)
Creates a Category- Parameters:
name- Name of categorycount- count
-
-