|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.gj.GeneralJournalEntryLine
@Name(value="generalJournalEntryLine") public class GeneralJournalEntryLine
The GeneralJournalEntryLine class represents a line on a general journal entry
GeneralJournalEntry,
Serialized Form| Constructor Summary | |
|---|---|
GeneralJournalEntryLine()
|
|
| Method Summary | |
|---|---|
Account |
getAccount()
Gets the Account of this gj line |
java.lang.Double |
getAmount()
Gets the amount of this gj line |
java.lang.String |
getDescription()
Gets the description of this gj line |
java.lang.Long |
getId()
|
java.lang.Integer |
getVersion()
|
void |
setAccount(Account account)
Sets the Account of this gj line |
void |
setAmount(java.lang.Double amount)
Sets the amount of this line |
void |
setDescription(java.lang.String description)
Sets the description of this gj line |
void |
setId(java.lang.Long id)
|
void |
setVersion(java.lang.Integer version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralJournalEntryLine()
| Method Detail |
|---|
public Account getAccount()
Account of this gj line
Account of this gj linepublic void setAccount(Account account)
Account of this gj line
account - the new Account of this gj linepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new description of this linepublic java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount - the new amount for this gj linegetAmount()public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public java.lang.Long getId()
public void setId(java.lang.Long id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||