Class VoucherService.VoucherTotals
java.lang.Object
ch.tocco.nice2.optional.finance.api.service.vouchercreation.VoucherService.VoucherTotals
- Enclosing interface:
VoucherService
bean class containing calculated netto, brutto and vat amounts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNetto()
getVat()
void
setBrutto
(BigDecimal brutto) void
setNetto
(BigDecimal netto) void
setVat
(BigDecimal vat)
-
Constructor Details
-
VoucherTotals
-
-
Method Details
-
getNetto
-
getBrutto
-
getVat
-
setNetto
-
setBrutto
-
setVat
-