Class RobotsTxtSitemap


  • public class RobotsTxtSitemap
    extends java.lang.Object
    Since:
    5.0.0
    Version:
    $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the id.
      java.lang.String getUrl()
      Returns the url.
      void setId​(java.lang.String id)
      Sets the id.
      void setUrl​(java.lang.String url)
      Sets the url.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RobotsTxtSitemap

        public RobotsTxtSitemap()
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns the id.
        Returns:
        the id
        Since:
        5.0.0
      • setId

        public void setId​(java.lang.String id)
        Sets the id.
        Parameters:
        id - the id value to set.
        Since:
        5.0.0
      • getUrl

        public java.lang.String getUrl()
        Returns the url.
        Returns:
        the url
        Since:
        5.0.0
      • setUrl

        public void setUrl​(java.lang.String url)
        Sets the url.
        Parameters:
        url - the url value to set.
        Since:
        5.0.0