nl.surfnet.coin.csa.model
Class Category

java.lang.Object
  extended by nl.surfnet.coin.csa.model.Category

public class Category
extends Object


Constructor Summary
Category()
           
Category(String name)
           
 
Method Summary
 void addCategoryValue(CategoryValue value)
           
 boolean containsValue(String value)
           
 String getName()
           
 List<CategoryValue> getValues()
           
 boolean isUsedFacetValues()
           
 void setName(String name)
           
 void setValues(List<CategoryValue> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()

Category

public Category(String name)
Method Detail

setName

public void setName(String name)

getValues

public List<CategoryValue> getValues()

setValues

public void setValues(List<CategoryValue> values)

getName

public String getName()

addCategoryValue

public void addCategoryValue(CategoryValue value)

containsValue

public boolean containsValue(String value)

isUsedFacetValues

public boolean isUsedFacetValues()


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.