|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SyndImage
Bean interface for images of SyndFeedImpl feeds.
| メソッドの概要 | |
|---|---|
java.lang.Object |
clone()
Creates a deep clone of the object. |
java.lang.String |
getDescription()
Returns the image description. |
java.lang.String |
getLink()
Returns the image link. |
java.lang.String |
getTitle()
Returns the image title. |
java.lang.String |
getUrl()
Returns the image URL. |
void |
setDescription(java.lang.String description)
Sets the image description. |
void |
setLink(java.lang.String link)
Sets the image link. |
void |
setTitle(java.lang.String title)
Sets the image title. |
void |
setUrl(java.lang.String url)
Sets the image URL. |
| インタフェース com.sun.syndication.feed.CopyFrom から継承されたメソッド |
|---|
copyFrom, getInterface |
| メソッドの詳細 |
|---|
java.lang.String getTitle()
void setTitle(java.lang.String title)
title - the image title to set, null if none.java.lang.String getUrl()
void setUrl(java.lang.String url)
url - the image URL to set, null if none.java.lang.String getLink()
void setLink(java.lang.String link)
link - the image link to set, null if none.java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the image description to set, null if none.
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||