org.promotego.viewbeans
Class LocationViewBean

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

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


Constructor Summary
LocationViewBean()
           
 
Method Summary
 int compareTo(LocationViewBean o)
           
 Address getAddress()
           
 double getDistance()
           
 java.lang.Long getId()
           
 Location getLocation()
           
 java.lang.String getName()
           
 User getOwner()
           
 LocationType getType()
           
 void setDistance(double distance)
           
 void setLocation(Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationViewBean

public LocationViewBean()
Method Detail

getDistance

public double getDistance()

setDistance

public void setDistance(double distance)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getAddress

public Address getAddress()

getId

public java.lang.Long getId()

getName

public java.lang.String getName()

getOwner

public User getOwner()

getType

public LocationType getType()

compareTo

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


Copyright © 2007. All Rights Reserved.