org.promotego.beans
Class OfferedGame
java.lang.Object
org.promotego.beans.BeanSupport<OfferedGame>
org.promotego.beans.OfferedGame
- All Implemented Interfaces:
- java.lang.Cloneable
public class OfferedGame
- extends BeanSupport<OfferedGame>
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
OfferedGame
public OfferedGame()
getDuration
public java.lang.Integer getDuration()
- Get the duration in seconds of the game.
- Returns:
- The duration in seconds of the game.
setDuration
public void setDuration(java.lang.Integer duration)
- Set the duration in seconds of the game.
- Parameters:
duration
- The duration in seconds of the game.
getLocation
public Location getLocation()
setLocation
public void setLocation(Location location)
getOfferer
public User getOfferer()
setOfferer
public void setOfferer(User offerer)
getStartTime
public java.util.Date getStartTime()
setStartTime
public void setStartTime(java.util.Date startTime)
Copyright © 2007. All Rights Reserved.