org.richfaces.datatable
Class ExpenseReportRecord

java.lang.Object
  extended by org.richfaces.datatable.ExpenseReportRecord

public class ExpenseReportRecord
extends java.lang.Object


Constructor Summary
ExpenseReportRecord()
           
 
Method Summary
 java.lang.String getCity()
           
 java.util.List getItems()
           
 int getItemsCount()
           
 double getTotal()
           
 double getTotalHotels()
           
 double getTotalMeals()
           
 double getTotalTransport()
           
 void setCity(java.lang.String city)
           
 void setItems(java.util.List items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpenseReportRecord

public ExpenseReportRecord()
Method Detail

getCity

public java.lang.String getCity()

setCity

public void setCity(java.lang.String city)

getItems

public java.util.List getItems()

setItems

public void setItems(java.util.List items)

getTotalMeals

public double getTotalMeals()

getTotalHotels

public double getTotalHotels()

getTotalTransport

public double getTotalTransport()

getTotal

public double getTotal()

getItemsCount

public int getItemsCount()


Copyright © 2009. All Rights Reserved.