Class GeoPointWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeoPointWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Representation of a GeoPoint
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoPointWsDTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getLatitude()  
      java.lang.Double getLongitude()  
      void setLatitude​(java.lang.Double latitude)  
      void setLongitude​(java.lang.Double longitude)  
      • Methods inherited from class java.lang.Object

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

      • GeoPointWsDTO

        public GeoPointWsDTO()
    • Method Detail

      • setLatitude

        public void setLatitude​(java.lang.Double latitude)
      • getLatitude

        public java.lang.Double getLatitude()
      • setLongitude

        public void setLongitude​(java.lang.Double longitude)
      • getLongitude

        public java.lang.Double getLongitude()