public class VatRateRow extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
VatRateRow() |
| 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. |
Double |
getPriceInclVat()
The total price per rate as stated at bill.
|
Double |
getVat()
The sum of VAT per rate as stated at bill.
|
Double |
getVatBase()
The sum of VAT base per rate as stated at bill.
|
Double |
getVatRate()
VAT rate (in percentage) as stated at bill.
|
VatRateRow |
priceInclVat(Double priceInclVat) |
void |
setPriceInclVat(Double priceInclVat) |
void |
setVat(Double vat) |
void |
setVatBase(Double vatBase) |
void |
setVatRate(Double vatRate) |
String |
toString() |
VatRateRow |
vat(Double vat) |
VatRateRow |
vatBase(Double vatBase) |
VatRateRow |
vatRate(Double vatRate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitallNull, setIfNotAllNullpublic VatRateRow priceInclVat(Double priceInclVat)
public Double getPriceInclVat()
public void setPriceInclVat(Double priceInclVat)
public VatRateRow vat(Double vat)
public Double getVat()
public void setVat(Double vat)
public VatRateRow vatBase(Double vatBase)
public Double getVatBase()
public void setVatBase(Double vatBase)
public VatRateRow vatRate(Double vatRate)
public Double getVatRate()
public void setVatRate(Double vatRate)
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.