org.diligentproject.portlets.session.client
Class Point
java.lang.Object
org.diligentproject.portlets.session.client.Point
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Point
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.IsSerializable
Constructor Summary |
Point()
|
Point(double latitude,
double longitude)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Point
public Point()
Point
public Point(double latitude,
double longitude)
getLatitude
public double getLatitude()
setLatitude
public void setLatitude(double latitude)
getLongitude
public double getLongitude()
setLongitude
public void setLongitude(double longitude)