com.elasticpath.domain.catalogview.browsing.impl
Class BrowsingRequestImpl.FilterSeoUrlImpl

java.lang.Object
  extended by com.elasticpath.domain.catalogview.browsing.impl.BrowsingRequestImpl.FilterSeoUrlImpl
All Implemented Interfaces:
BrowsingRequest.FilterSeoUrl
Enclosing class:
BrowsingRequestImpl

public static class BrowsingRequestImpl.FilterSeoUrlImpl
extends java.lang.Object
implements BrowsingRequest.FilterSeoUrl

Represent a simple bean which aggregate query strings for a filter.


Constructor Summary
BrowsingRequestImpl.FilterSeoUrlImpl()
           
 
Method Summary
 java.lang.String getDisplayName()
          Returns the display name.
 java.lang.String getSeoUrlDownToThisFilter()
          Returns the query string down to this filter.
 java.lang.String getSeoUrlWithoutThisFilter()
          Returns the query string without this filter.
 void setDisplayName(java.lang.String displayName)
          Sets the filter display name.
 void setSeoUrlDownToThisFilter(java.lang.String seoUrlDownToThisFilter)
          Sets the query string down to this filter.
 void setSeoUrlWithoutThisFilter(java.lang.String seoUrlWithoutThisFilter)
          Sets the query string without this filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowsingRequestImpl.FilterSeoUrlImpl

public BrowsingRequestImpl.FilterSeoUrlImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Returns the display name.

Specified by:
getDisplayName in interface BrowsingRequest.FilterSeoUrl
Returns:
the display name

getSeoUrlDownToThisFilter

public java.lang.String getSeoUrlDownToThisFilter()
Returns the query string down to this filter.

Specified by:
getSeoUrlDownToThisFilter in interface BrowsingRequest.FilterSeoUrl
Returns:
the query string down to this filter

getSeoUrlWithoutThisFilter

public java.lang.String getSeoUrlWithoutThisFilter()
Returns the query string without this filter.

Specified by:
getSeoUrlWithoutThisFilter in interface BrowsingRequest.FilterSeoUrl
Returns:
the query string without this filter

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the filter display name.

Specified by:
setDisplayName in interface BrowsingRequest.FilterSeoUrl
Parameters:
displayName - the filter display name

setSeoUrlDownToThisFilter

public void setSeoUrlDownToThisFilter(java.lang.String seoUrlDownToThisFilter)
Sets the query string down to this filter.

Specified by:
setSeoUrlDownToThisFilter in interface BrowsingRequest.FilterSeoUrl
Parameters:
seoUrlDownToThisFilter - the query string down to this filter

setSeoUrlWithoutThisFilter

public void setSeoUrlWithoutThisFilter(java.lang.String seoUrlWithoutThisFilter)
Sets the query string without this filter.

Specified by:
setSeoUrlWithoutThisFilter in interface BrowsingRequest.FilterSeoUrl
Parameters:
seoUrlWithoutThisFilter - the query string without this filter