Class BalanceDebitorActionService.VoucherInformation
java.lang.Object
ch.tocco.nice2.optional.debitor.impl.action.BalanceDebitorActionService.VoucherInformation
- Enclosing interface:
BalanceDebitorActionService
-
Constructor Summary
ConstructorDescriptionVoucherInformation
(Entity gainAccount, Entity lossAccount, Entity costCenter, Entity vatCode, org.joda.time.LocalDate date) -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.LocalDate
getDate()
void
setCostCenter
(Entity costCenter) void
setDate
(org.joda.time.LocalDate date) void
setGainAccount
(Entity gainAccount) void
setLossAccount
(Entity lossAccount) void
setVatCode
(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)
-