Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

org.richfaces.demo.tables.model.expenses
Class ExpenseReportRecordItem

java.lang.Object
  extended by org.richfaces.demo.tables.model.expenses.ExpenseReportRecordItem

public class ExpenseReportRecordItem
extends java.lang.Object


Constructor Summary
ExpenseReportRecordItem(java.lang.String day, double meals, double hotels, double transport, java.lang.String city)
           
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getDay()
           
 double getHotels()
           
 double getMeals()
           
 double getTotal()
           
 double getTransport()
           
 void setCity(java.lang.String city)
           
 void setDay(java.lang.String day)
           
 void setHotels(double hotels)
           
 void setMeals(double meals)
           
 void setTransport(double transport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpenseReportRecordItem

public ExpenseReportRecordItem(java.lang.String day,
                               double meals,
                               double hotels,
                               double transport,
                               java.lang.String city)
Method Detail

getCity

public java.lang.String getCity()

setCity

public void setCity(java.lang.String city)

getDay

public java.lang.String getDay()

setDay

public void setDay(java.lang.String day)

getHotels

public double getHotels()

setHotels

public void setHotels(double hotels)

getMeals

public double getMeals()

setMeals

public void setMeals(double meals)

getTransport

public double getTransport()

setTransport

public void setTransport(double transport)

getTotal

public double getTotal()

Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.