Class GeolocationDTO

java.lang.Object
org.broadleafcommerce.core.geolocation.GeolocationDTO
All Implemented Interfaces:
Serializable

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

    • source

      protected String source
    • ipAddress

      protected String ipAddress
    • countryCode

      protected String countryCode
    • countryName

      protected String countryName
    • regionCode

      protected String regionCode
    • regionName

      protected String regionName
    • city

      protected String city
    • postalCode

      protected String postalCode
    • latitude

      protected Double latitude
    • longitude

      protected Double longitude
  • Constructor Details

    • GeolocationDTO

      public GeolocationDTO()
  • Method Details

    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getIpAddress

      public String getIpAddress()
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • getCountryCode

      public String getCountryCode()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getCountryName

      public String getCountryName()
    • setCountryName

      public void setCountryName(String countryName)
    • getRegionCode

      public String getRegionCode()
    • setRegionCode

      public void setRegionCode(String regionCode)
    • getRegionName

      public String getRegionName()
    • setRegionName

      public void setRegionName(String regionName)
    • getCity

      public String getCity()
    • setCity

      public void setCity(String city)
    • getPostalCode

      public String getPostalCode()
    • setPostalCode

      public void setPostalCode(String postalCode)
    • getLatitude

      public Double getLatitude()
    • setLatitude

      public void setLatitude(Double latitude)
    • getLongitude

      public Double getLongitude()
    • setLongitude

      public void setLongitude(Double longitude)
    • toString

      public String toString()
      Overrides:
      toString in class Object