public class CategoryValue extends Object implements Comparable<CategoryValue>, Serializable
| Constructor and Description |
|---|
CategoryValue() |
CategoryValue(String value,
Category category) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CategoryValue o) |
Category |
getCategory() |
int |
getCount() |
String |
getSearchValue() |
String |
getValue() |
void |
setCount(int count) |
String |
toString() |
public void setCount(int count)
public int getCount()
public String getValue()
public Category getCategory()
public String getSearchValue()
public int compareTo(CategoryValue o)
compareTo in interface Comparable<CategoryValue>Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.