Class StoreFinderSearchPageWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.store.StoreFinderSearchPageWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreFinderSearchPageWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Store finder search page- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreFinderSearchPageWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetBoundEastLongitude()java.lang.DoublegetBoundNorthLatitude()java.lang.DoublegetBoundSouthLatitude()java.lang.DoublegetBoundWestLongitude()java.lang.StringgetLocationText()PaginationWsDTOgetPagination()java.util.List<SortWsDTO>getSorts()java.lang.DoublegetSourceLatitude()java.lang.DoublegetSourceLongitude()java.util.List<PointOfServiceWsDTO>getStores()voidsetBoundEastLongitude(java.lang.Double boundEastLongitude)voidsetBoundNorthLatitude(java.lang.Double boundNorthLatitude)voidsetBoundSouthLatitude(java.lang.Double boundSouthLatitude)voidsetBoundWestLongitude(java.lang.Double boundWestLongitude)voidsetLocationText(java.lang.String locationText)voidsetPagination(PaginationWsDTO pagination)voidsetSorts(java.util.List<SortWsDTO> sorts)voidsetSourceLatitude(java.lang.Double sourceLatitude)voidsetSourceLongitude(java.lang.Double sourceLongitude)voidsetStores(java.util.List<PointOfServiceWsDTO> stores)
-
-
-
Method Detail
-
setStores
public void setStores(java.util.List<PointOfServiceWsDTO> stores)
-
getStores
public java.util.List<PointOfServiceWsDTO> getStores()
-
setSorts
public void setSorts(java.util.List<SortWsDTO> sorts)
-
getSorts
public java.util.List<SortWsDTO> getSorts()
-
setPagination
public void setPagination(PaginationWsDTO pagination)
-
getPagination
public PaginationWsDTO getPagination()
-
setLocationText
public void setLocationText(java.lang.String locationText)
-
getLocationText
public java.lang.String getLocationText()
-
setSourceLatitude
public void setSourceLatitude(java.lang.Double sourceLatitude)
-
getSourceLatitude
public java.lang.Double getSourceLatitude()
-
setSourceLongitude
public void setSourceLongitude(java.lang.Double sourceLongitude)
-
getSourceLongitude
public java.lang.Double getSourceLongitude()
-
setBoundNorthLatitude
public void setBoundNorthLatitude(java.lang.Double boundNorthLatitude)
-
getBoundNorthLatitude
public java.lang.Double getBoundNorthLatitude()
-
setBoundEastLongitude
public void setBoundEastLongitude(java.lang.Double boundEastLongitude)
-
getBoundEastLongitude
public java.lang.Double getBoundEastLongitude()
-
setBoundSouthLatitude
public void setBoundSouthLatitude(java.lang.Double boundSouthLatitude)
-
getBoundSouthLatitude
public java.lang.Double getBoundSouthLatitude()
-
setBoundWestLongitude
public void setBoundWestLongitude(java.lang.Double boundWestLongitude)
-
getBoundWestLongitude
public java.lang.Double getBoundWestLongitude()
-
-