org.seasar.robot.entity
クラス SitemapUrl
java.lang.Object
org.seasar.robot.entity.SitemapUrl
- すべての実装されたインタフェース:
- Serializable, Sitemap
public class SitemapUrl
- extends Object
- implements Sitemap
- 作成者:
- shinsuke
- 関連項目:
- 直列化された形式
SitemapUrl
public SitemapUrl()
getLoc
public String getLoc()
- 定義:
- インタフェース
Sitemap
内の getLoc
setLoc
public void setLoc(String loc)
getLastmod
public String getLastmod()
- 定義:
- インタフェース
Sitemap
内の getLastmod
setLastmod
public void setLastmod(String lastmod)
getChangefreq
public String getChangefreq()
setChangefreq
public void setChangefreq(String changefreq)
getPriority
public String getPriority()
setPriority
public void setPriority(String priority)
equals
public boolean equals(Object obj)
- オーバーライド:
- クラス
Object
内の equals
hashCode
public int hashCode()
- オーバーライド:
- クラス
Object
内の hashCode
Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.