Class BalanceDebitorActionService.VoucherInformation
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.BalanceDebitorActionService.VoucherInformation
- Enclosing interface:
BalanceDebitorActionService
-
Constructor Summary
ConstructorsConstructorDescriptionVoucherInformation(Entity gainAccount, Entity lossAccount, Entity costCenter, Entity vatCode, org.joda.time.LocalDate date) -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.LocalDategetDate()voidsetCostCenter(Entity costCenter) voidsetDate(org.joda.time.LocalDate date) voidsetGainAccount(Entity gainAccount) voidsetLossAccount(Entity lossAccount) voidsetVatCode(Entity vatCode)
-
Constructor Details
-
VoucherInformation
-
-
Method Details
-
getGainAccount
-
setGainAccount
-
getLossAccount
-
setLossAccount
-
getCostCenter
-
setCostCenter
-
getVatCode
-
setVatCode
-
getDate
public org.joda.time.LocalDate getDate() -
setDate
public void setDate(org.joda.time.LocalDate date)
-