Interface SiteMapUrlEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
SiteMapUrlEntryImpl

public interface SiteMapUrlEntry extends Serializable
Sample URL entry http://www.heatclinic.com/hot-sauces 2009-11-07 weekly 0.5
Author:
Josh
  • Method Details

    • getId

      Long getId()
      Returns the SiteMapURLEntry Id.
      Returns:
    • setId

      void setId(Long id)
      Sets the SiteMapURLEntry Id.
      Parameters:
      id -
    • getLocation

      String getLocation()
      Returns the URL location.
      Returns:
    • setLocation

      void setLocation(String location)
      Sets the URL location.
      Parameters:
      location -
    • getLastMod

      Date getLastMod()
      Returns the last modified date.
      Returns:
    • setLastMod

      void setLastMod(Date date)
      Sets the last modified date.
      Parameters:
      date -
    • getSiteMapChangeFreq

      SiteMapChangeFreqType getSiteMapChangeFreq()
      Returns the SiteMapChangeFreqType.
      Returns:
    • setSiteMapChangeFreq

      void setSiteMapChangeFreq(SiteMapChangeFreqType siteMapChangeFreq)
      Sets the SiteMapChangeFreqType.
      Parameters:
      siteMapChangeFreq -
    • getSiteMapPriority

      SiteMapPriorityType getSiteMapPriority()
      Returns the SiteMapPriority.
      Returns:
    • setSiteMapPriority

      void setSiteMapPriority(SiteMapPriorityType siteMapPriority)
      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 -