com.elasticpath.domain.catalogview.impl
Class AbstractCatalogViewRequestImpl.FilterQueryStringImpl

java.lang.Object
  extended by com.elasticpath.domain.catalogview.impl.AbstractCatalogViewRequestImpl.FilterQueryStringImpl
All Implemented Interfaces:
CatalogViewRequest.FilterQueryString
Enclosing class:
AbstractCatalogViewRequestImpl

public static class AbstractCatalogViewRequestImpl.FilterQueryStringImpl
extends java.lang.Object
implements CatalogViewRequest.FilterQueryString

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


Constructor Summary
AbstractCatalogViewRequestImpl.FilterQueryStringImpl()
           
 
Method Summary
 java.lang.String getDisplayName()
          Returns the display name.
 java.lang.String getQueryStringDownToThisFilter()
          Returns the query string down to this filter.
 java.lang.String getQueryStringWithoutThisFilter()
          Returns the query string without this filter.
 void setDisplayName(java.lang.String displayName)
          Sets the filter display name.
 void setQueryStringDownToThisFilter(java.lang.String queryStringDownToThisFilter)
          Sets the query string down to this filter.
 void setQueryStringWithoutThisFilter(java.lang.String queryStringWithoutThisFilter)
          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

AbstractCatalogViewRequestImpl.FilterQueryStringImpl

public AbstractCatalogViewRequestImpl.FilterQueryStringImpl()
Method Detail

getDisplayName

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

Specified by:
getDisplayName in interface CatalogViewRequest.FilterQueryString
Returns:
the display name

getQueryStringDownToThisFilter

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

Specified by:
getQueryStringDownToThisFilter in interface CatalogViewRequest.FilterQueryString
Returns:
the query string down to this filter

getQueryStringWithoutThisFilter

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

Specified by:
getQueryStringWithoutThisFilter in interface CatalogViewRequest.FilterQueryString
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 CatalogViewRequest.FilterQueryString
Parameters:
displayName - the filter display name

setQueryStringDownToThisFilter

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

Specified by:
setQueryStringDownToThisFilter in interface CatalogViewRequest.FilterQueryString
Parameters:
queryStringDownToThisFilter - the query string down to this filter

setQueryStringWithoutThisFilter

public void setQueryStringWithoutThisFilter(java.lang.String queryStringWithoutThisFilter)
Sets the query string without this filter.

Specified by:
setQueryStringWithoutThisFilter in interface CatalogViewRequest.FilterQueryString
Parameters:
queryStringWithoutThisFilter - the query string without this filter