|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Item
フィード Item インターフェース。
通常、Blogの個々のエントリーを示します。
メソッドの概要 | |
---|---|
String |
getDescription()
エントリーの要約を返します。 |
URL |
getLink()
エントリーのWebページURLを返します。 |
String |
getTitle()
エントリーのタイトルを返します。 |
void |
setDescription(String description)
|
void |
setLink(URL url)
|
void |
setTitle(String title)
|
インタフェース com.ozacc.blog.feed.DublinCoreMetadata から継承されたメソッド |
---|
getCreator, getDate, getLanguage, getSubject, setCreator, setDate, setLanguage, setSubject |
インタフェース com.ozacc.blog.feed.ContentMetadata から継承されたメソッド |
---|
getEncoded, setEncoded |
メソッドの詳細 |
---|
String getDescription()
void setDescription(String description)
URL getLink()
void setLink(URL url)
String getTitle()
void setTitle(String title)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |