Package lumis.service.seo.robotstxt
Class RobotsTxtSitemap
- java.lang.Object
-
- lumis.service.seo.robotstxt.RobotsTxtSitemap
-
public class RobotsTxtSitemap extends Object
- Since:
- 5.0.0
- Version:
- $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
-
-
Constructor Summary
Constructors Constructor Description RobotsTxtSitemap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Returns the id.String
getUrl()
Returns the url.void
setId(String id)
Sets the id.void
setUrl(String url)
Sets the url.
-
-
-
Method Detail
-
getId
public String getId()
Returns the id.- Returns:
- the id
- Since:
- 5.0.0
-
setId
public void setId(String id)
Sets the id.- Parameters:
id
- the id value to set.- Since:
- 5.0.0
-
getUrl
public String getUrl()
Returns the url.- Returns:
- the url
- Since:
- 5.0.0
-
setUrl
public void setUrl(String url)
Sets the url.- Parameters:
url
- the url value to set.- Since:
- 5.0.0
-
-