org.gcube.accounting.datamodel.billing
Class BillSummary
java.lang.Object
org.gcube.accounting.datamodel.billing.BillSummary
public class BillSummary
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BillSummary
public BillSummary()
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 © 2012. All Rights Reserved.