public final class InvoicePricing extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
InvoicePricing() |
| 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() |
InvoicePricing |
setItems(List<PricingItem> items) |
InvoicePricing |
setRounding(String rounding) |
InvoicePricing |
setTotalPrice(Double totalPrice) |
InvoicePricing |
setTotalPriceExclVat(Double totalPriceExclVat) |
InvoicePricing |
setTotalVatBase(Double totalVatBase) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic List<PricingItem> getItems()
public InvoicePricing setItems(List<PricingItem> items)
public String getRounding()
public InvoicePricing setRounding(String rounding)
public Double getTotalPrice()
public InvoicePricing setTotalPrice(Double totalPrice)
public Double getTotalPriceExclVat()
public InvoicePricing setTotalPriceExclVat(Double totalPriceExclVat)
public Double getTotalVatBase()
public InvoicePricing 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.