public class Location extends BusinessObject
Modifier and Type | Method and Description |
---|---|
double |
getLatitude()
Get the latitude value
|
double |
getLongitude()
Get the longitude value
|
Location |
setLatitude(double latitude)
Set a new latitude
|
Location |
setLongitude(double longitude)
Set a new longitude
|
getId, setTimestamp
public double getLatitude()
public double getLongitude()
public Location setLatitude(double latitude)
latitude
- /public Location setLongitude(double longitude)
longitude
- /