org.gcube.accounting.datamodel.billing
Class ReportResult

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

public class ReportResult
extends Object


Constructor Summary
ReportResult()
           
 
Method Summary
 ResultMetadata getMetadata()
           
 List<PolicyResult> getResults()
           
 void setMetadata(ResultMetadata metadata)
           
 void setResults(List<PolicyResult> results)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportResult

public ReportResult()
Method Detail

getMetadata

public ResultMetadata getMetadata()

setMetadata

public void setMetadata(ResultMetadata metadata)

getResults

public List<PolicyResult> getResults()

setResults

public void setResults(List<PolicyResult> results)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.