com.elasticpath.domain.catalogview.impl
Class FilterDisplayInfoImpl

java.lang.Object
  extended by com.elasticpath.domain.impl.AbstractEpDomainImpl
      extended by com.elasticpath.domain.impl.AbstractTransientImpl
          extended by com.elasticpath.domain.catalogview.impl.FilterDisplayInfoImpl
All Implemented Interfaces:
FilterDisplayInfo, EpDomain, Transient, java.io.Serializable

public class FilterDisplayInfoImpl
extends AbstractTransientImpl
implements FilterDisplayInfo

The object which contains the display infor for the range filter. The display info is defined with the range value in guided-navigation.xml.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.elasticpath.domain.impl.AbstractTransientImpl
serialVersionUID
 
Constructor Summary
FilterDisplayInfoImpl()
           
 
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 class com.elasticpath.domain.impl.AbstractEpDomainImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.domain.EpDomain
getElasticPath, setElasticPath
 

Constructor Detail

FilterDisplayInfoImpl

public FilterDisplayInfoImpl()
Method Detail

getDisplayName

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

Specified by:
getDisplayName in interface FilterDisplayInfo
Returns:
the displayName

getSeoId

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

Specified by:
getSeoId in interface FilterDisplayInfo
Returns:
the seoId

getSeoName

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

Specified by:
getSeoName in interface FilterDisplayInfo
Returns:
the seoName

setDisplayName

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

Specified by:
setDisplayName in interface FilterDisplayInfo
Parameters:
displayName - the displayName to set

setSeoId

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

Specified by:
setSeoId in interface FilterDisplayInfo
Parameters:
seoId - the seoId to set

setSeoName

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

Specified by:
setSeoName in interface FilterDisplayInfo
Parameters:
seoName - the seoName to set