Class ZenodoLocation
- java.lang.Object
-
- org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoLocation
-
- All Implemented Interfaces:
Serializable
public class ZenodoLocation extends Object implements Serializable
The Class ZenodoLocation.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Dec 10, 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZenodoLocation()Instantiates a new zenodo location.ZenodoLocation(Double lat, Double lon, String place, String description)Instantiates a new zenodo location.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the description.DoublegetLat()Gets the lat.DoublegetLon()Gets the lon.StringgetPlace()Gets the place.voidsetDescription(String description)Sets the description.voidsetLat(Double lat)Sets the lat.voidsetLon(Double lon)Sets the lon.voidsetPlace(String place)Sets the place.StringtoString()
-
-
-
Method Detail
-
getLat
public Double getLat()
Gets the lat.- Returns:
- the lat
-
setLat
public void setLat(Double lat)
Sets the lat.- Parameters:
lat- the new lat
-
getLon
public Double getLon()
Gets the lon.- Returns:
- the lon
-
setLon
public void setLon(Double lon)
Sets the lon.- Parameters:
lon- the new lon
-
getPlace
public String getPlace()
Gets the place.- Returns:
- the place
-
setPlace
public void setPlace(String place)
Sets the place.- Parameters:
place- the new place
-
getDescription
public String getDescription()
Gets the description.- Returns:
- the description
-
setDescription
public void setDescription(String description)
Sets the description.- Parameters:
description- the new description
-
-