ServiceCostsSummary Class

public class ServiceCostsSummary extends ResourceBaseWithLinks<ServiceCostsSummaryLinks>

Represents a service costs summary for a customer.

Constructor Summary

Constructor Description
ServiceCostsSummary()

Method Summary

Modifier and Type Method and Description
java.lang.Double getAfterTaxTotal()
org.joda.time.DateTime getBillingEndDate()
org.joda.time.DateTime getBillingStartDate()
java.lang.String getCurrencyCode()
java.lang.String getCurrencySymbol()
java.lang.String getCustomerId()
java.util.List<ServiceCostsSummary> getDetails()

Gets the service costs summary details.

java.lang.Double getPretaxTotal()
java.lang.Double getTax()
void setAfterTaxTotal(Double value)
void setBillingEnd(DateTime value)
void setBillingStartDate(DateTime value)
void setCurrencyCode(String value)
void setCurrencySymbol(String value)
void setCustomerId(String value)
void setDetails(List<ServiceCostsSummary> value)

Sets the service costs summary details.

void setPretaxTotal(Double value)
void setTax(Double value)

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ServiceCostsSummary

public ServiceCostsSummary()

Method Details

getAfterTaxTotal

public Double getAfterTaxTotal()

getBillingEndDate

public DateTime getBillingEndDate()

getBillingStartDate

public DateTime getBillingStartDate()

getCurrencyCode

public String getCurrencyCode()

getCurrencySymbol

public String getCurrencySymbol()

getCustomerId

public String getCustomerId()

getDetails

public List getDetails()

Gets the service costs summary details.

Returns:

The service costs summary details.

getPretaxTotal

public Double getPretaxTotal()

getTax

public Double getTax()

setAfterTaxTotal

public void setAfterTaxTotal(Double value)

Parameters:

value

setBillingEnd

public void setBillingEnd(DateTime value)

Parameters:

value

setBillingStartDate

public void setBillingStartDate(DateTime value)

Parameters:

value

setCurrencyCode

public void setCurrencyCode(String value)

Parameters:

value

setCurrencySymbol

public void setCurrencySymbol(String value)

Parameters:

value

setCustomerId

public void setCustomerId(String value)

Parameters:

value

setDetails

public void setDetails(List value)

Sets the service costs summary details.

Parameters:

value - The service costs summary details.

setPretaxTotal

public void setPretaxTotal(Double value)

Parameters:

value

setTax

public void setTax(Double value)

Parameters:

value

Applies to