org.promotego.beans
Class OfferedGame

java.lang.Object
  extended by org.promotego.beans.BeanSupport<OfferedGame>
      extended by org.promotego.beans.OfferedGame
All Implemented Interfaces:
java.lang.Cloneable

public class OfferedGame
extends BeanSupport<OfferedGame>


Constructor Summary
OfferedGame()
           
 
Method Summary
 java.lang.Integer getDuration()
          Get the duration in seconds of the game.
 Location getLocation()
           
 User getOfferer()
           
 java.util.Date getStartTime()
           
 void setDuration(java.lang.Integer duration)
          Set the duration in seconds of the game.
 void setLocation(Location location)
           
 void setOfferer(User offerer)
           
 void setStartTime(java.util.Date startTime)
           
 
Methods inherited from class org.promotego.beans.BeanSupport
clone, equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OfferedGame

public OfferedGame()
Method Detail

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.