org.broadleafcommerce.core.web.store.model
Class FindAStoreForm
java.lang.Object
org.broadleafcommerce.core.web.store.model.FindAStoreForm
public class FindAStoreForm
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindAStoreForm
public FindAStoreForm()
getAddressLine1
public String getAddressLine1()
setAddressLine1
public void setAddressLine1(String addressLine1)
getAddressLine2
public String getAddressLine2()
setAddressLine2
public void setAddressLine2(String addressLine2)
getCity
public String getCity()
setCity
public void setCity(String city)
getPostalCode
public String getPostalCode()
setPostalCode
public void setPostalCode(String postalCode)
getState
public State getState()
setState
public void setState(State state)
getCountry
public Country getCountry()
setCountry
public void setCountry(Country country)
getDistance
public String getDistance()
setDistance
public void setDistance(String distance)
getStoreDistanceMap
public Map<Store,Double> getStoreDistanceMap()
setStoreDistanceMap
public void setStoreDistanceMap(Map<Store,Double> storeDistanceMap)
Copyright © 2012. All Rights Reserved.