Class CategorySiteMapGeneratorConfigurationImpl
java.lang.Object
org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl
org.broadleafcommerce.core.catalog.domain.CategorySiteMapGeneratorConfigurationImpl
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration,CategorySiteMapGeneratorConfiguration
@Entity
public class CategorySiteMapGeneratorConfigurationImpl
extends org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl
implements CategorySiteMapGeneratorConfiguration
CategorySiteMapGenerator is controlled by this configuration.
- Author:
- Joshua Skorton (jskorton)
- See Also:
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl
changeFreq, disabled, generatorType, id, priority, siteMapConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns the ending depth.Returns the root category.intReturns the starting depth.inthashCode()voidsetEndingDepth(int endingDepth) Sets the ending depth.voidsetRootCategory(Category rootCategory) Sets the root category.voidsetStartingDepth(int startingDepth) Sets the starting depth.Methods inherited from class org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl
getId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriorityMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration
getId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriority
-
Field Details
-
rootCategory
-
startingDepth
protected int startingDepth -
endingDepth
protected int endingDepth
-
-
Constructor Details
-
CategorySiteMapGeneratorConfigurationImpl
public CategorySiteMapGeneratorConfigurationImpl()
-
-
Method Details
-
getRootCategory
Description copied from interface:CategorySiteMapGeneratorConfigurationReturns the root category.- Specified by:
getRootCategoryin interfaceCategorySiteMapGeneratorConfiguration- Returns:
-
setRootCategory
Description copied from interface:CategorySiteMapGeneratorConfigurationSets the root category.- Specified by:
setRootCategoryin interfaceCategorySiteMapGeneratorConfiguration
-
getStartingDepth
public int getStartingDepth()Description copied from interface:CategorySiteMapGeneratorConfigurationReturns the starting depth.- Specified by:
getStartingDepthin interfaceCategorySiteMapGeneratorConfiguration- Returns:
-
setStartingDepth
public void setStartingDepth(int startingDepth) Description copied from interface:CategorySiteMapGeneratorConfigurationSets the starting depth.- Specified by:
setStartingDepthin interfaceCategorySiteMapGeneratorConfiguration
-
getEndingDepth
public int getEndingDepth()Description copied from interface:CategorySiteMapGeneratorConfigurationReturns the ending depth.- Specified by:
getEndingDepthin interfaceCategorySiteMapGeneratorConfiguration- Returns:
-
setEndingDepth
public void setEndingDepth(int endingDepth) Description copied from interface:CategorySiteMapGeneratorConfigurationSets the ending depth.- Specified by:
setEndingDepthin interfaceCategorySiteMapGeneratorConfiguration
-
equals
-
hashCode
public int hashCode()
-