nl.surfnet.coin.csa.model
Class CategoryValue

java.lang.Object
  extended by nl.surfnet.coin.csa.model.CategoryValue
All Implemented Interfaces:
Comparable<CategoryValue>

public class CategoryValue
extends Object
implements Comparable<CategoryValue>


Constructor Summary
CategoryValue()
           
CategoryValue(String value)
           
 
Method Summary
 int compareTo(CategoryValue o)
           
 Category getCategory()
           
 int getCount()
           
 String getSearchValue()
           
 String getValue()
           
 void setCategory(Category category)
           
 void setCount(int count)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryValue

public CategoryValue()

CategoryValue

public CategoryValue(String value)
Method Detail

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.