java.lang.Object
com.liferay.portal.vulcan.custom.field.Geo
All Implemented Interfaces:
Serializable

public class Geo extends Object implements Serializable
See Also:
  • Field Details

    • xClassName

      public String xClassName
    • latitude

      protected Double latitude
    • longitude

      protected Double longitude
  • Constructor Details

    • Geo

      public Geo()
  • Method Details

    • toDTO

      public static Geo toDTO(String json)
    • unsafeToDTO

      public static Geo unsafeToDTO(String json)
    • getLatitude

      public Double getLatitude()
    • getLongitude

      public Double getLongitude()
    • setLatitude

      public void setLatitude(Double latitude)
    • setLatitude

      public void setLatitude(com.liferay.petra.function.UnsafeSupplier<Double,Exception> latitudeUnsafeSupplier)
    • setLongitude

      public void setLongitude(Double longitude)
    • setLongitude

      public void setLongitude(com.liferay.petra.function.UnsafeSupplier<Double,Exception> longitudeUnsafeSupplier)