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