org.gcube.accounting.datamodel
Class Property

java.lang.Object
  extended by org.gcube.accounting.datamodel.Property

public class Property
extends Object

Bean used to implement a mappable map


Constructor Summary
Property()
           
 
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

Property

public Property()
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 © 2014. All Rights Reserved.