Class Location


  • public class Location
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Location()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCity()  
      java.lang.String getCountry()  
      java.lang.String getRegion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Location

        public Location()
    • Method Detail

      • getCountry

        public java.lang.String getCountry()
      • getRegion

        public java.lang.String getRegion()
      • getCity

        public java.lang.String getCity()