Package com.storedobject.core
Class JournalVoucher.Entry
java.lang.Object
com.storedobject.core.JournalVoucher.Entry
-
Method Summary
Modifier and TypeMethodDescriptionGet the account of this entry.Get the (foreign currency) amount of this entry.int
Get the serialnumber of this entry in the JV.Returns the extra data associated with this entry.Get the amount of this entry (in accounting currency).Get the particulars/narration of this entry.getType()
Get the transaction type.Get the value-date of this entry.Get the voucher associated with this entry.int
hashCode()
void
setExtraData
(Map<String, Object> extraData) Sets the extra data for this entry.toString()
-
Method Details
-
getAccount
-
getAmount
-
getLocalCurrencyAmount
Get the amount of this entry (in accounting currency).- Returns:
- Amount.
-
getEntrySerial
public int getEntrySerial()Get the serialnumber of this entry in the JV.- Returns:
- Serial number.
-
getParticulars
Get the particulars/narration of this entry.- Returns:
- Particulars/narration.
-
getType
-
hashCode
-
toString
-
setExtraData
-
getExtraData
-
getVoucher
Get the voucher associated with this entry.- Returns:
- Associated journal voucher.
-
getValueDate
-