Class VoucherGrouping
java.lang.Object
ch.tocco.nice2.optional.finance.impl.report.postingvoucher.VoucherGrouping
- All Implemented Interfaces:
Comparable<VoucherGrouping>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VoucherGroupingcombine(VoucherGrouping v1, VoucherGrouping v2) intcompareTo(@NotNull VoucherGrouping o) boolean@Nullable Account@Nullable VatCodeinthashCode()voidsetCostCenter(@Nullable Account costCenter) voidsetCreditAccount(Account creditAccount) voidsetDebitAccount(Account debitAccount) voidsetTotalBrutto(BigDecimal totalBrutto) voidsetTotalNetto(BigDecimal totalNetto) voidsetVatCode(@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:
compareToin interfaceComparable<VoucherGrouping>
-