Class CreateVoucherService.VoucherTypeDefaultValues
java.lang.Object
ch.tocco.nice2.optional.finance.api.util.CreateVoucherService.VoucherTypeDefaultValues
- Enclosing interface:
CreateVoucherService
bean class containing default values from a Voucher_type formatted for use in js
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAmount
(BigDecimal amount) void
setCostCenterValues
(Map<String, Object> costCenterValues) void
setCreditAccountValues
(Map<String, Object> creditAccountValues) void
setDebitAccountValues
(Map<String, Object> debitAccountValues) void
setVatCode
(String vatCode)
-
Constructor Details
-
VoucherTypeDefaultValues
-
-
Method Details
-
getDebitAccountValues
-
getCreditAccountValues
-
setDebitAccountValues
-
getCostCenterValues
-
setCreditAccountValues
-
getAmount
-
setCostCenterValues
-
setAmount
-
getVatCode
-
setVatCode
-