|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.ap.VoucherItemLine
@Name(value="voucherItemLine") public class VoucherItemLine
The VoucherItemLine class represents a line on a voucher that is for an item.
| Constructor Summary | |
|---|---|
VoucherItemLine()
|
|
| Method Summary | |
|---|---|
java.lang.Double |
getCost()
Get the unit cost for this line |
java.lang.String |
getDescription()
Gets the description of this line |
java.lang.Long |
getId()
|
Item |
getItem()
Gets the item of this voucher line |
VoucherItemLine |
getParent()
Gets the parent line for this line. |
java.lang.Double |
getQuantity()
Gets the quantity for this line |
java.lang.Integer |
getVersion()
|
void |
setCost(java.lang.Double cost)
Sets the unit cost for this line |
void |
setDescription(java.lang.String description)
Sets the description of this line |
void |
setId(java.lang.Long id)
|
void |
setItem(Item item)
Sets the item of this voucher line |
void |
setParent(VoucherItemLine parent)
Sets the parent voucher line for this line |
void |
setQuantity(java.lang.Double quantity)
Sets the quantity for this 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 VoucherItemLine()
| Method Detail |
|---|
public Item getItem()
public void setItem(Item item)
item - the new item for this voucher linepublic java.lang.Double getCost()
public void setCost(java.lang.Double cost)
cost - the new unit cost for this linepublic java.lang.Double getQuantity()
public void setQuantity(java.lang.Double quantity)
quantity - the new quantity for this linepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new description for this linepublic VoucherItemLine getParent()
public void setParent(VoucherItemLine parent)
parent - the new parent voucher line for this linegetParent()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 | ||||||||