Class Place



  • public class Place
    extends Object
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId(long id)
      • getType

        public String getType()
      • setType

        public void setType(String type)
      • getName

        public String getName()
      • setName

        public void setName(String name)
      • getLon

        public double getLon()
      • setLon

        public void setLon(double lon)
      • getLat

        public double getLat()
      • setLat

        public void setLat(double lat)