Class AccountingService.Accounting

java.lang.Object
ch.tocco.nice2.optional.finance.api.service.accounting.AccountingService.Accounting
Enclosing interface:
AccountingService

public static class AccountingService.Accounting extends Object
  • Constructor Details

    • Accounting

      public Accounting()
  • Method Details

    • getAccountingType

      public String getAccountingType()
    • setAccountingType

      public void setAccountingType(String accountingType)
    • getBusinessUnit

      public String getBusinessUnit()
    • setBusinessUnit

      public void setBusinessUnit(String businessUnit)
    • getVoucherNr

      public Long getVoucherNr()
    • setVoucherNr

      public void setVoucherNr(Long voucherNr)
    • getDebitorNr

      public Long getDebitorNr()
    • setDebitorNr

      public void setDebitorNr(Long debitorNr)
    • getDebitAccount

      public Integer getDebitAccount()
    • setDebitAccount

      public void setDebitAccount(Integer debitAccount)
    • getCreditAccount

      public Integer getCreditAccount()
    • setCreditAccount

      public void setCreditAccount(Integer creditAccount)
    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)
    • getAccountingDate

      public org.joda.time.LocalDate getAccountingDate()
    • setAccountingDate

      public void setAccountingDate(org.joda.time.LocalDate accountingDate)