|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.item.Item
org.geebis.books.model.item.retail.RetailItem
org.geebis.books.model.item.retail.Service
org.geebis.books.model.item.retail.OtherCharge
@Name(value="otherCharge") public class OtherCharge
| Constructor Summary | |
|---|---|
OtherCharge()
|
|
OtherCharge(java.lang.String name)
|
|
OtherCharge(java.lang.String name,
java.lang.Double amount)
|
|
| Method Summary | |
|---|---|
java.lang.Double |
getAmount()
Gets the amount for this charge |
void |
setAmount(java.lang.Double amount)
Sets the amount for this charge |
| Methods inherited from class org.geebis.books.model.item.retail.RetailItem |
|---|
getAverageCost, getRetail, getTrackable, setAverageCost, setRetail, setTrackable |
| Methods inherited from class org.geebis.books.model.item.Item |
|---|
getDescription, getId, getName, getSalesAccount, getVersion, setDescription, setId, setName, setSalesAccount, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OtherCharge()
public OtherCharge(java.lang.String name)
public OtherCharge(java.lang.String name,
java.lang.Double amount)
| Method Detail |
|---|
public java.lang.Double getAmount()
public void setAmount(java.lang.Double amount)
amount - the new amount for this charge
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||