org.promotego.formbackingbeans
Class GameOfferBean
java.lang.Object
org.promotego.formbackingbeans.GameOfferBean
public class GameOfferBean
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GameOfferBean
public GameOfferBean()
getDuration
public int getDuration()
setDuration
public void setDuration(int duration)
getLocation
public Location getLocation()
setLocation
public void setLocation(Location location)
getDay
public int getDay()
setDay
public void setDay(int day)
getHour
public int getHour()
setHour
public void setHour(int hours)
getMinute
public int getMinute()
setMinute
public void setMinute(int minutes)
getMonth
public int getMonth()
setMonth
public void setMonth(int month)
getYear
public int getYear()
setYear
public void setYear(int year)
getAmpm
public int getAmpm()
setAmpm
public void setAmpm(int ampm)
getStartTime
public java.util.Date getStartTime()
- Returns:
isHoursValid
public boolean isHoursValid()
setHoursValid
public void setHoursValid(boolean hoursValid)
setStartTime
public void setStartTime(java.util.Calendar theCalendar)
- Given a calendar, set all the appropriate fields.
- Parameters:
theCalendar
- A calendar containing the date to be set for the start time
Copyright © 2007. All Rights Reserved.