public class ZenodoLocation extends Object implements Serializable
| Constructor and Description |
|---|
ZenodoLocation()
Instantiates a new zenodo location.
|
ZenodoLocation(Double lat,
Double lon,
String place,
String description)
Instantiates a new zenodo location.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
Double |
getLat()
Gets the lat.
|
Double |
getLon()
Gets the lon.
|
String |
getPlace()
Gets the place.
|
void |
setDescription(String description)
Sets the description.
|
void |
setLat(Double lat)
Sets the lat.
|
void |
setLon(Double lon)
Sets the lon.
|
void |
setPlace(String place)
Sets the place.
|
String |
toString() |
public Double getLat()
public void setLat(Double lat)
lat - the new latpublic Double getLon()
public void setLon(Double lon)
lon - the new lonpublic String getPlace()
public void setPlace(String place)
place - the new placepublic String getDescription()
public void setDescription(String description)
description - the new descriptionCopyright © 2021. All Rights Reserved.