nl.surfnet.coin.csa.model
Class CategoryValue
java.lang.Object
nl.surfnet.coin.csa.model.CategoryValue
- All Implemented Interfaces:
- Comparable<CategoryValue>
public class CategoryValue
- extends Object
- implements Comparable<CategoryValue>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryValue
public CategoryValue()
CategoryValue
public CategoryValue(String value)
setValue
public void setValue(String value)
setCount
public void setCount(int count)
getCount
public int getCount()
getValue
public String getValue()
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
getSearchValue
public String getSearchValue()
compareTo
public int compareTo(CategoryValue o)
- Specified by:
compareTo in interface Comparable<CategoryValue>
Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.