|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.ap.VoucherExpenseLine
@Name(value="voucherExpenseLine") public class VoucherExpenseLine
| Constructor Summary | |
|---|---|
VoucherExpenseLine()
|
|
| Method Summary | |
|---|---|
ExpenseAccount |
getAccount()
Gets the expense account for this voucher line |
java.lang.Double |
getAmount()
Gets the amount of this voucher line |
java.lang.Long |
getId()
|
java.lang.String |
getMemo()
Gets the memo of this voucher line |
java.lang.Integer |
getVersion()
|
void |
setAccount(ExpenseAccount account)
Sets the expense account for this voucher line |
void |
setAmount(java.lang.Double amount)
Sets the amount for this voucher line |
void |
setId(java.lang.Long id)
|
void |
setMemo(java.lang.String memo)
Sets the memo of this voucher line |
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 VoucherExpenseLine()
| Method Detail |
|---|
public ExpenseAccount getAccount()
public void setAccount(ExpenseAccount account)
account - the new expense account for this voucher linepublic java.lang.String getMemo()
public void setMemo(java.lang.String memo)
memo - the new memo for this voucher linepublic java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount - the new amount for this voucher linepublic 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 | ||||||||