Package com.storedobject.core
Class JournalVoucher.Entry
java.lang.Object
com.storedobject.core.JournalVoucher.Entry
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the account of this entry.Get the (foreign currency) amount of this entry.int
Get the serial number 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 transaction type.Get the value-date of this entry.Get the voucher associated with this entry.int
hashCode()
void
setExtraData
(String 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 serial number of this entry in the JV.- Returns:
- Serial number.
-
getParticulars
Get the particulars/narration of this entry.- Returns:
- Particulars/narration.
-
getType
-
equals
-
hashCode
-
toString
-
setExtraData
Sets the extra data for this entry.- Parameters:
extraData
- The extra data to be set.
-
getExtraData
Returns the extra data associated with this entry.- Returns:
- The extra data as an Object.
-
getVoucher
Get the voucher associated with this entry.- Returns:
- Associated journal voucher.
-
getValueDate
-