Class SiteMapWrapper

java.lang.Object
org.broadleafcommerce.common.sitemap.wrapper.SiteMapWrapper
All Implemented Interfaces:
Serializable

public class SiteMapWrapper extends Object implements Serializable
Representation the sitemap element defined in the schema definition at http://www.sitemaps.org/schemas/sitemap/0.9.
Author:
bpolster
See Also:
  • Field Details

    • loc

      protected String loc
    • lastmod

      protected String lastmod
  • Constructor Details

    • SiteMapWrapper

      public SiteMapWrapper()
  • Method Details

    • getLoc

      public String getLoc()
    • setLoc

      public void setLoc(String loc)
    • getLastmod

      public String getLastmod()
    • setLastmod

      public void setLastmod(String lastmod)