org.promotego.viewbeans
Class LocationViewBean
java.lang.Object
org.promotego.viewbeans.LocationViewBean
- All Implemented Interfaces:
- java.lang.Comparable<LocationViewBean>
public class LocationViewBean
- extends java.lang.Object
- implements java.lang.Comparable<LocationViewBean>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationViewBean
public LocationViewBean()
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.