org.promotego.viewbeans
Class OfferedGameViewBean

java.lang.Object
  extended by org.promotego.viewbeans.OfferedGameViewBean
All Implemented Interfaces:
java.lang.Comparable<OfferedGameViewBean>

public class OfferedGameViewBean
extends java.lang.Object
implements java.lang.Comparable<OfferedGameViewBean>


Constructor Summary
OfferedGameViewBean()
           
 
Method Summary
 int compareTo(OfferedGameViewBean otherBean)
           
 double getDistance()
           
 float getDuration()
           
 java.lang.Long getId()
           
 Location getLocation()
           
 OfferedGame getOfferedGame()
           
 User getOfferer()
           
 java.util.Date getStartTime()
           
 void setDistance(double distance)
           
 void setOfferedGame(OfferedGame offeredGame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfferedGameViewBean

public OfferedGameViewBean()
Method Detail

getDistance

public double getDistance()

setDistance

public void setDistance(double distance)

getDuration

public float getDuration()

getOfferedGame

public OfferedGame getOfferedGame()

getLocation

public Location getLocation()

getOfferer

public User getOfferer()

getStartTime

public java.util.Date getStartTime()

setOfferedGame

public void setOfferedGame(OfferedGame offeredGame)

getId

public java.lang.Long getId()

compareTo

public int compareTo(OfferedGameViewBean otherBean)
Specified by:
compareTo in interface java.lang.Comparable<OfferedGameViewBean>


Copyright © 2007. All Rights Reserved.