Class Location


  • public class Location
    extends Object
    • Constructor Detail

      • Location

        public Location​(String loc)
    • Method Detail

      • getRoad

        public String getRoad()
        Returns:
        String return the road
      • getCity

        public String getCity()
        Returns:
        String return the city
      • getCounty

        public String getCounty()
        Returns:
        String return the county
      • getPostcode

        public String getPostcode()
        Returns:
        String return the postcode
      • getCountry

        public String getCountry()
        Returns:
        String return the country
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object