org.geebis.books.model.ap
Class VoucherExpenseLine

java.lang.Object
  extended by org.geebis.books.model.ap.VoucherExpenseLine
All Implemented Interfaces:
java.io.Serializable

@Name(value="voucherExpenseLine")
public class VoucherExpenseLine
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

VoucherExpenseLine

public VoucherExpenseLine()
Method Detail

getAccount

public ExpenseAccount getAccount()
Gets the expense account for this voucher line

Returns:
the expense account for this voucher line

setAccount

public void setAccount(ExpenseAccount account)
Sets the expense account for this voucher line

Parameters:
account - the new expense account for this voucher line

getMemo

public java.lang.String getMemo()
Gets the memo of this voucher line

Returns:
the memo of this voucher line

setMemo

public void setMemo(java.lang.String memo)
Sets the memo of this voucher line

Parameters:
memo - the new memo for this voucher line

getAmount

public java.lang.Double getAmount()
Gets the amount of this voucher line

Returns:
the amount of this voucher line

setAmount

public void setAmount(java.lang.Double amount)
Sets the amount for this voucher line

Parameters:
amount - the new amount for this voucher line

getVersion

public java.lang.Integer getVersion()

setVersion

public void setVersion(java.lang.Integer version)

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)