org.gcube.accounting.datamodel.billing
Class BillSummary

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

public class BillSummary
extends Object


Constructor Summary
BillSummary()
           
 
Method Summary
 String getConsumerId()
           
 Calendar getFrom()
           
 Calendar getIssueDate()
           
 Double getJobsCost()
           
 String getName()
           
 Double getNetworkCost()
           
 Double getOverallCost()
           
 String getPeriodicity()
           
 String getPolicyName()
           
 Double getStorageCost()
           
 Calendar getTo()
           
 Double getVmCost()
           
 void setConsumerId(String consumerId)
           
 void setFrom(Calendar from)
           
 void setIssueDate(Calendar issueDate)
           
 void setJobsCost(Double jobsCost)
           
 void setName(String name)
           
 void setNetworkCost(Double networkCost)
           
 void setOverallCost(Double overallCost)
           
 void setPeriodicity(String periodicity)
           
 void setPolicyName(String policyName)
           
 void setStorageCost(Double storageCost)
           
 void setTo(Calendar to)
           
 void setVmCost(Double vmCost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillSummary

public BillSummary()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getConsumerId

public String getConsumerId()

setConsumerId

public void setConsumerId(String consumerId)

getFrom

public Calendar getFrom()

setFrom

public void setFrom(Calendar from)

getTo

public Calendar getTo()

setTo

public void setTo(Calendar to)

getIssueDate

public Calendar getIssueDate()

setIssueDate

public void setIssueDate(Calendar issueDate)

getPeriodicity

public String getPeriodicity()

setPeriodicity

public void setPeriodicity(String periodicity)

getPolicyName

public String getPolicyName()

setPolicyName

public void setPolicyName(String policyName)

getVmCost

public Double getVmCost()

setVmCost

public void setVmCost(Double vmCost)

getNetworkCost

public Double getNetworkCost()

setNetworkCost

public void setNetworkCost(Double networkCost)

getStorageCost

public Double getStorageCost()

setStorageCost

public void setStorageCost(Double storageCost)

getJobsCost

public Double getJobsCost()

setJobsCost

public void setJobsCost(Double jobsCost)

getOverallCost

public Double getOverallCost()

setOverallCost

public void setOverallCost(Double overallCost)


Copyright © 2013. All Rights Reserved.