Class BalanceDebitorActionService.VoucherInformation

java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.BalanceDebitorActionService.VoucherInformation
Enclosing interface:
BalanceDebitorActionService

public static class BalanceDebitorActionService.VoucherInformation extends Object
  • Constructor Details

    • VoucherInformation

      public VoucherInformation(Entity gainAccount, Entity lossAccount, Entity costCenter, Entity vatCode, org.joda.time.LocalDate date)
  • Method Details

    • getGainAccount

      public Entity getGainAccount()
    • setGainAccount

      public void setGainAccount(Entity gainAccount)
    • getLossAccount

      public Entity getLossAccount()
    • setLossAccount

      public void setLossAccount(Entity lossAccount)
    • getCostCenter

      public Entity getCostCenter()
    • setCostCenter

      public void setCostCenter(Entity costCenter)
    • getVatCode

      public Entity getVatCode()
    • setVatCode

      public void setVatCode(Entity vatCode)
    • getDate

      public org.joda.time.LocalDate getDate()
    • setDate

      public void setDate(org.joda.time.LocalDate date)