public class WebSitemapUrl extends Object
| Constructor and Description |
|---|
WebSitemapUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
constructUrl(W3CDateFormat dateFormat) |
ChangeFreq |
getChangeFreq() |
Date |
getLastMod() |
Double |
getPriority() |
URL |
getUrl() |
WebSitemapUrl |
setChangeFreq(ChangeFreq changeFreq) |
WebSitemapUrl |
setLastMod(Date lastMod) |
WebSitemapUrl |
setPriority(Double priority) |
WebSitemapUrl |
setUrl(String url) |
WebSitemapUrl |
setUrl(URL url) |
public String constructUrl(W3CDateFormat dateFormat)
public WebSitemapUrl setUrl(URL url)
public WebSitemapUrl setUrl(String url)
public WebSitemapUrl setLastMod(Date lastMod)
public WebSitemapUrl setChangeFreq(ChangeFreq changeFreq)
public WebSitemapUrl setPriority(Double priority)
public URL getUrl()
public Date getLastMod()
public ChangeFreq getChangeFreq()
public Double getPriority()
Copyright © 2013. All Rights Reserved.