java.lang.Object
com.timeanddate.services.dataTypes.places.Place

public class Place extends Object
Author:
Cato Auestad <cato@timeanddate.com>
  • Field Details

    • _id

      public int _id
    • _urlid

      public String _urlid
    • _geography

      public Geo _geography
  • Constructor Details

    • Place

      public Place()
  • Method Details

    • getId

      public int getId()
      Numerical id of the referenced place.
    • getUrlid

      public String getUrlid()
      Textual id of the referenced place.
    • getGeography

      public Geo getGeography()
      Geographical information about the location.
    • fromNode

      public static Place fromNode(Node node)