TravelPlan

ch.unil.bonita
[Groovy] Class Expense

java.lang.Object
  ch.unil.bonita.Expense
All Implemented Interfaces:
Serializable

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

getAmount

Float getAmount()


getCurrency

String getCurrency()


getTitle

String getTitle()


setAmount

void setAmount(Float amount)


setCurrency

void setCurrency(String currency)


setTitle

void setTitle(String title)


toHtml

String toHtml()
Returns an HTML representation of the expense the outermost div has the class isie_expense
Returns:
HTML code


toString

String toString()


 

Groovy Documentation