org.seasar.robot.entity
クラス SitemapUrl

java.lang.Object
  上位を拡張 org.seasar.robot.entity.SitemapUrl
すべての実装されたインタフェース:
Serializable, Sitemap

public class SitemapUrl
extends Object
implements Sitemap

作成者:
shinsuke
関連項目:
直列化された形式

コンストラクタの概要
SitemapUrl()
           
 
メソッドの概要
 boolean equals(Object obj)
           
 String getChangefreq()
           
 String getLastmod()
           
 String getLoc()
           
 String getPriority()
           
 int hashCode()
           
 void setChangefreq(String changefreq)
           
 void setLastmod(String lastmod)
           
 void setLoc(String loc)
           
 void setPriority(String priority)
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

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.