de.geomobile.joined.api.data
Class Place
java.lang.Object
de.geomobile.joined.api.data.Place
public class Place
- extends Object
- Author:
- bastian
|
Constructor Summary |
Place()
|
Place(int id,
String title,
double latitude,
double longitude)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Place
public Place(int id,
String title,
double latitude,
double longitude)
- Parameters:
id - title - latitude - longitude -
Place
public Place()
getId
public int getId()
- Returns:
setId
public void setId(int id)
- Parameters:
id -
getTitle
public String getTitle()
- Returns:
setTitle
public void setTitle(String title)
- Parameters:
title -
getLatitude
public double getLatitude()
- Returns:
setLatitude
public void setLatitude(double latitude)
- Parameters:
latitude -
getLongitude
public double getLongitude()
- Returns:
setLongitude
public void setLongitude(double longitude)
- Parameters:
longitude -
Copyright © 2012 GeoMobile GmbH. All Rights Reserved.