Class AbstractAddress
java.lang.Object
de.hybris.platform.storelocator.location.impl.AbstractAddress
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractAddress(String plzOrEquivalent) protectedAbstractAddress(String name, String street, String buildingNo, String city, String plzOrEquivalent, String countryCode) -
Method Summary
Modifier and TypeMethodDescriptionprotected AddressDataprotected StringgetGps()getOwner()booleanvoidvoidsetGpsUpdate(boolean gpsUpdate) abstract voidsetTextualAddress(String... textualAddress)
-
Constructor Details
-
AbstractAddress
protected AbstractAddress() -
AbstractAddress
-
AbstractAddress
-
-
Method Details
-
getAddressData
-
getAllowedChars
-
getPlzOrEquivalent
-
getGps
-
setGps
-
getTextualAddress
-
setTextualAddress
- Parameters:
textualAddress- textualAddress lines - textualAddress to set- Throws:
GeoLocatorException
-
getOwner
-
extractAddressData
-
isGpsUpdate
public boolean isGpsUpdate() -
setGpsUpdate
public void setGpsUpdate(boolean gpsUpdate)
-