Class 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 Detail

      • ZenodoLocation

        public ZenodoLocation()
        Instantiates a new zenodo location.
      • ZenodoLocation

        public ZenodoLocation​(Double lat,
                              Double lon,
                              String place,
                              String description)
        Instantiates a new zenodo location.
        Parameters:
        lat - the lat
        lon - the lon
        place - the place
        description - the description
    • 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