Class GeolocationDTO
java.lang.Object
org.broadleafcommerce.core.geolocation.GeolocationDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()voidvoidsetCountryCode(String countryCode) voidsetCountryName(String countryName) voidsetIpAddress(String ipAddress) voidsetLatitude(Double latitude) voidsetLongitude(Double longitude) voidsetPostalCode(String postalCode) voidsetRegionCode(String regionCode) voidsetRegionName(String regionName) voidtoString()
-
Field Details
-
source
-
ipAddress
-
countryCode
-
countryName
-
regionCode
-
regionName
-
city
-
postalCode
-
latitude
-
longitude
-
-
Constructor Details
-
GeolocationDTO
public GeolocationDTO()
-
-
Method Details
-
getSource
-
setSource
-
getIpAddress
-
setIpAddress
-
getCountryCode
-
setCountryCode
-
getCountryName
-
setCountryName
-
getRegionCode
-
setRegionCode
-
getRegionName
-
setRegionName
-
getCity
-
setCity
-
getPostalCode
-
setPostalCode
-
getLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-
toString
-