org.broadleafcommerce.core.web.store.model
Class FindAStoreForm

java.lang.Object
  extended by org.broadleafcommerce.core.web.store.model.FindAStoreForm

public class FindAStoreForm
extends Object


Constructor Summary
FindAStoreForm()
           
 
Method Summary
 String getAddressLine1()
           
 String getAddressLine2()
           
 String getCity()
           
 Country getCountry()
           
 String getDistance()
           
 String getPostalCode()
           
 State getState()
           
 Map<Store,Double> getStoreDistanceMap()
           
 void setAddressLine1(String addressLine1)
           
 void setAddressLine2(String addressLine2)
           
 void setCity(String city)
           
 void setCountry(Country country)
           
 void setDistance(String distance)
           
 void setPostalCode(String postalCode)
           
 void setState(State state)
           
 void setStoreDistanceMap(Map<Store,Double> storeDistanceMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindAStoreForm

public FindAStoreForm()
Method Detail

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.