Class DisplayAccountingsActionService.AccountingDisplay

java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.DisplayAccountingsActionService.AccountingDisplay
Enclosing interface:
DisplayAccountingsActionService

public static class DisplayAccountingsActionService.AccountingDisplay extends Object
  • Constructor Details

    • AccountingDisplay

      public AccountingDisplay()
  • Method Details

    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)
    • getDebitAccount

      @Nullable public @Nullable Integer getDebitAccount()
    • setDebitAccount

      public void setDebitAccount(@Nullable @Nullable Integer debitAccount)
    • getCreditAccount

      @Nullable public @Nullable Integer getCreditAccount()
    • setCreditAccount

      public void setCreditAccount(@Nullable @Nullable Integer creditAccount)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)