org.gcube.accounting.datamodel
Class Property
java.lang.Object
org.gcube.accounting.datamodel.Property
public class Property
- extends Object
Bean used to implement a mappable map
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
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.