public final class BillPricing extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
BillPricing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
List<PricingItem> |
getItems() |
String |
getRounding() |
Double |
getTotalPrice() |
Double |
getTotalPriceExclVat() |
Double |
getTotalVatBase() |
BillPricing |
setItems(List<PricingItem> items) |
BillPricing |
setRounding(String rounding) |
BillPricing |
setTotalPrice(Double totalPrice) |
BillPricing |
setTotalPriceExclVat(Double totalPriceExclVat) |
BillPricing |
setTotalVatBase(Double totalVatBase) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic List<PricingItem> getItems()
public BillPricing setItems(List<PricingItem> items)
public String getRounding()
public BillPricing setRounding(String rounding)
public Double getTotalPrice()
public BillPricing setTotalPrice(Double totalPrice)
public Double getTotalPriceExclVat()
public BillPricing setTotalPriceExclVat(Double totalPriceExclVat)
public Double getTotalVatBase()
public BillPricing setTotalVatBase(Double totalVatBase)
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.