Class VoucherGrouping
java.lang.Object
ch.tocco.nice2.optional.finance.impl.report.postingvoucher.VoucherGrouping
- All Implemented Interfaces:
Comparable<VoucherGrouping>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VoucherGrouping
combine
(VoucherGrouping v1, VoucherGrouping v2) int
compareTo
(@NotNull VoucherGrouping o) boolean
@Nullable Account
@Nullable VatCode
int
hashCode()
void
setCostCenter
(@Nullable Account costCenter) void
setCreditAccount
(Account creditAccount) void
setDebitAccount
(Account debitAccount) void
setTotalBrutto
(BigDecimal totalBrutto) void
setTotalNetto
(BigDecimal totalNetto) void
setVatCode
(@Nullable VatCode vatCode)
-
Constructor Details
-
VoucherGrouping
public VoucherGrouping()
-
-
Method Details
-
combine
-
getDebitAccount
-
setDebitAccount
-
getCreditAccount
-
setCreditAccount
-
getVatCode
-
setVatCode
-
getCostCenter
-
setCostCenter
-
getTotalNetto
-
setTotalNetto
-
getTotalBrutto
-
setTotalBrutto
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<VoucherGrouping>
-