|
TravelPlan | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unil.bonita.Expense
class Expense
Method Summary | |
---|---|
Float
|
getAmount()
|
String
|
getCurrency()
|
String
|
getTitle()
|
void
|
setAmount(Float amount)
|
void
|
setCurrency(String currency)
|
void
|
setTitle(String title)
|
String
|
toHtml()
Returns an HTML representation of the expense the outermost div has the class isie_expense |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
Float getAmount()
String getCurrency()
String getTitle()
void setAmount(Float amount)
void setCurrency(String currency)
void setTitle(String title)
String toHtml()
String toString()
Groovy Documentation