Class StoreFinderSearchPageData<RESULT>

java.lang.Object
de.hybris.platform.commerceservices.search.pagedata.SearchPageData<RESULT>
de.hybris.platform.commerceservices.storefinder.data.StoreFinderSearchPageData<RESULT>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StoreFinderStockSearchPageData

public class StoreFinderSearchPageData<RESULT> extends SearchPageData<RESULT>
See Also:
  • Constructor Details

    • StoreFinderSearchPageData

      public StoreFinderSearchPageData()
  • Method Details

    • setLocationText

      public void setLocationText(String locationText)
    • getLocationText

      public String getLocationText()
    • setSourceLatitude

      public void setSourceLatitude(double sourceLatitude)
    • getSourceLatitude

      public double getSourceLatitude()
    • setSourceLongitude

      public void setSourceLongitude(double sourceLongitude)
    • getSourceLongitude

      public double getSourceLongitude()
    • setBoundNorthLatitude

      public void setBoundNorthLatitude(double boundNorthLatitude)
    • getBoundNorthLatitude

      public double getBoundNorthLatitude()
    • setBoundEastLongitude

      public void setBoundEastLongitude(double boundEastLongitude)
    • getBoundEastLongitude

      public double getBoundEastLongitude()
    • setBoundSouthLatitude

      public void setBoundSouthLatitude(double boundSouthLatitude)
    • getBoundSouthLatitude

      public double getBoundSouthLatitude()
    • setBoundWestLongitude

      public void setBoundWestLongitude(double boundWestLongitude)
    • getBoundWestLongitude

      public double getBoundWestLongitude()