org.gcube.accounting.datamodel.adapter
Class FilterProperty

java.lang.Object
  extended by org.gcube.accounting.datamodel.adapter.FilterProperty

public class FilterProperty
extends Object

Bean used to implement a mappable map


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

Constructor Detail

FilterProperty

public FilterProperty()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValues

public List<String> getValues()

setValues

public void setValues(List<String> values)

addValue

public void addValue(String value)


Copyright © 2013. All Rights Reserved.