com.elasticpath.domain.catalogview
Interface FilterDisplayInfo

All Superinterfaces:
EpDomain, java.io.Serializable, Transient
All Known Implementing Classes:
FilterDisplayInfoImpl

public interface FilterDisplayInfo
extends Transient

The object contains the localized display info for the range filter.


Method Summary
 java.lang.String getDisplayName()
          Get the display name.
 java.lang.String getSeoId()
          Get the seo id.
 java.lang.String getSeoName()
          Get the seo name.
 void setDisplayName(java.lang.String displayName)
          Set the display name.
 void setSeoId(java.lang.String seoId)
          Set the seo id.
 void setSeoName(java.lang.String seoName)
          Set the seo name.
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Method Detail

getDisplayName

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

Returns:
the displayName

getSeoId

java.lang.String getSeoId()
Get the seo id.

Returns:
the seoId

getSeoName

java.lang.String getSeoName()
Get the seo name.

Returns:
the seoName

setDisplayName

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

Parameters:
displayName - the displayName to set

setSeoId

void setSeoId(java.lang.String seoId)
Set the seo id.

Parameters:
seoId - the seoId to set

setSeoName

void setSeoName(java.lang.String seoName)
Set the seo name.

Parameters:
seoName - the seoName to set