com.elasticpath.domain.catalogview.browsing
Interface BrowsingRequest.FilterSeoUrl

All Known Implementing Classes:
BrowsingRequestImpl.FilterSeoUrlImpl
Enclosing interface:
BrowsingRequest

public static interface BrowsingRequest.FilterSeoUrl

Represent a simple bean which aggregate seo urls for a filter.


Method Summary
 java.lang.String getDisplayName()
          Returns the display name.
 java.lang.String getSeoUrlDownToThisFilter()
          Returns the seo urldown to this filter.
 java.lang.String getSeoUrlWithoutThisFilter()
          Returns the seo urlwithout this filter.
 void setDisplayName(java.lang.String displayName)
          Sets the filter display name.
 void setSeoUrlDownToThisFilter(java.lang.String seoUrlDownToThisFilter)
          Sets the seo urldown to this filter.
 void setSeoUrlWithoutThisFilter(java.lang.String seoUrlWithoutThisFilter)
          Sets the seo urlwithout this filter.
 

Method Detail

getDisplayName

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

Returns:
the display name

getSeoUrlDownToThisFilter

java.lang.String getSeoUrlDownToThisFilter()
Returns the seo urldown to this filter.

Returns:
the seo url down to this filter

getSeoUrlWithoutThisFilter

java.lang.String getSeoUrlWithoutThisFilter()
Returns the seo urlwithout this filter.

Returns:
the seo urlwithout this filter

setDisplayName

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

Parameters:
displayName - the filter display name

setSeoUrlDownToThisFilter

void setSeoUrlDownToThisFilter(java.lang.String seoUrlDownToThisFilter)
Sets the seo urldown to this filter.

Parameters:
seoUrlDownToThisFilter - the seo urldown to this filter

setSeoUrlWithoutThisFilter

void setSeoUrlWithoutThisFilter(java.lang.String seoUrlWithoutThisFilter)
Sets the seo urlwithout this filter.

Parameters:
seoUrlWithoutThisFilter - the seo urlwithout this filter