Class Site


  • public class Site
    extends Object
    The geographical site of the container.
    Author:
    Fabio Simeoni
    • Constructor Detail

      • Site

        public Site()
    • Method Detail

      • country

        public String country()
        Returns the country.
        Returns:
        the country
      • country

        public Site country​(String country)
        Sets the country.
        Parameters:
        the - country
        Returns:
        this configuration
      • latitude

        public String latitude()
        Returns the latitude.
        Returns:
        the latitude
      • latitude

        public Site latitude​(String latitude)
        Sets the latitude.
        Parameters:
        the - latitude
        Returns:
        this configuration
      • longitude

        public String longitude()
        Returns the longitude.
        Returns:
        the longitude
      • longitude

        public Site longitude​(String longitude)
        Sets the longitude.
        Parameters:
        the - longitude
        Returns:
        this configuration
      • location

        public String location()
        Returns the location.
        Returns:
        the location
      • location

        public Site location​(String location)
        Sets the location.
        Parameters:
        the - location
        Returns:
        this location
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object