org.gcube.accounting.datamodel.billing
Class PolicyResult

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

public class PolicyResult
extends Object


Constructor Summary
PolicyResult()
           
PolicyResult(String policyName)
           
 
Method Summary
 FeedSet getFeeds()
           
 String getPolicyName()
           
 List<Property> getProperties()
           
 void setFeeds(FeedSet feeds)
           
 void setPolicyName(String policyName)
           
 void setProperties(List<Property> properties)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyResult

public PolicyResult()

PolicyResult

public PolicyResult(String policyName)
Method Detail

getProperties

public List<Property> getProperties()

setProperties

public void setProperties(List<Property> properties)

setFeeds

public void setFeeds(FeedSet feeds)

getFeeds

public FeedSet getFeeds()

getPolicyName

public String getPolicyName()

setPolicyName

public void setPolicyName(String policyName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.