org.gcube.accounting.datamodel.billing
Class Property

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

public class Property
extends Object


Constructor Summary
Property()
           
Property(String key, String value)
           
Property(String key, String value, Map<String,Object> category)
           
 
Method Summary
 List<AdaptedMapEntry> getCategory()
           
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(String key,
                String value)

Property

public Property(String key,
                String value,
                Map<String,Object> category)
Method Detail

getCategory

public List<AdaptedMapEntry> getCategory()

getKey

public String getKey()

getValue

public String getValue()


Copyright © 2012. All Rights Reserved.