Interface SiteMapUrlEntry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SiteMapUrlEntryImpl
Sample URL entry
http://www.heatclinic.com/hot-sauces
2009-11-07
weekly
0.5
- Author:
- Josh
-
Method Summary
Modifier and TypeMethodDescriptionReturns the SiteMapGeneratorConfiguration.getId()
Returns the SiteMapURLEntry Id.Returns the last modified date.Returns the URL location.Returns the SiteMapChangeFreqType.Returns the SiteMapPriority.void
setCustomUrlSiteMapGeneratorConfiguration
(CustomUrlSiteMapGeneratorConfiguration customUrlSiteMapGeneratorConfiguration) Sets the SiteMapGeneratorConfiguration.void
Sets the SiteMapURLEntry Id.void
setLastMod
(Date date) Sets the last modified date.void
setLocation
(String location) Sets the URL location.void
setSiteMapChangeFreq
(SiteMapChangeFreqType siteMapChangeFreq) Sets the SiteMapChangeFreqType.void
setSiteMapPriority
(SiteMapPriorityType siteMapPriority) Sets the SiteMapPriority.
-
Method Details
-
getId
Long getId()Returns the SiteMapURLEntry Id.- Returns:
-
setId
Sets the SiteMapURLEntry Id.- Parameters:
id
-
-
getLocation
String getLocation()Returns the URL location.- Returns:
-
setLocation
Sets the URL location.- Parameters:
location
-
-
getLastMod
Date getLastMod()Returns the last modified date.- Returns:
-
setLastMod
Sets the last modified date.- Parameters:
date
-
-
getSiteMapChangeFreq
SiteMapChangeFreqType getSiteMapChangeFreq()Returns the SiteMapChangeFreqType.- Returns:
-
setSiteMapChangeFreq
Sets the SiteMapChangeFreqType.- Parameters:
siteMapChangeFreq
-
-
getSiteMapPriority
SiteMapPriorityType getSiteMapPriority()Returns the SiteMapPriority.- Returns:
-
setSiteMapPriority
Sets the SiteMapPriority. Must be a two digit value between 0.0 and 1.0.- Parameters:
siteMapPriority
-
-
getCustomUrlSiteMapGeneratorConfiguration
CustomUrlSiteMapGeneratorConfiguration getCustomUrlSiteMapGeneratorConfiguration()Returns the SiteMapGeneratorConfiguration.- Returns:
-
setCustomUrlSiteMapGeneratorConfiguration
void setCustomUrlSiteMapGeneratorConfiguration(CustomUrlSiteMapGeneratorConfiguration customUrlSiteMapGeneratorConfiguration) Sets the SiteMapGeneratorConfiguration.- Parameters:
customUrlSiteMapGeneratorConfiguration
-
-