@Entity public class CategorySiteMapGeneratorConfigurationImpl extends SiteMapGeneratorConfigurationImpl implements CategorySiteMapGeneratorConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected int |
endingDepth |
protected Category |
rootCategory |
protected int |
startingDepth |
changeFreq, disabled, generatorType, id, priority, siteMapConfiguration| Constructor and Description |
|---|
CategorySiteMapGeneratorConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndingDepth()
Returns the ending depth.
|
Category |
getRootCategory()
Returns the root category.
|
int |
getStartingDepth()
Returns the starting depth.
|
void |
setEndingDepth(int endingDepth)
Sets the ending depth.
|
void |
setRootCategory(Category rootCategory)
Sets the root category.
|
void |
setStartingDepth(int startingDepth)
Sets the starting depth.
|
getId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriorityprotected Category rootCategory
protected int startingDepth
protected int endingDepth
public CategorySiteMapGeneratorConfigurationImpl()
public Category getRootCategory()
CategorySiteMapGeneratorConfigurationgetRootCategory in interface CategorySiteMapGeneratorConfigurationpublic void setRootCategory(Category rootCategory)
CategorySiteMapGeneratorConfigurationsetRootCategory in interface CategorySiteMapGeneratorConfigurationpublic int getStartingDepth()
CategorySiteMapGeneratorConfigurationgetStartingDepth in interface CategorySiteMapGeneratorConfigurationpublic void setStartingDepth(int startingDepth)
CategorySiteMapGeneratorConfigurationsetStartingDepth in interface CategorySiteMapGeneratorConfigurationpublic int getEndingDepth()
CategorySiteMapGeneratorConfigurationgetEndingDepth in interface CategorySiteMapGeneratorConfigurationpublic void setEndingDepth(int endingDepth)
CategorySiteMapGeneratorConfigurationsetEndingDepth in interface CategorySiteMapGeneratorConfigurationCopyright © 2015. All Rights Reserved.