|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.rss.TextInput
Bean for text input of RSS feeds.
Constructor Summary | |
TextInput()
Default constructor. |
Method Summary | |
java.lang.String |
getDescription()
Returns the text input description. |
java.lang.String |
getLink()
Returns the text input link. |
java.lang.String |
getName()
Returns the text input name. |
java.lang.String |
getTitle()
Returns the text input title. |
void |
setDescription(java.lang.String description)
Sets the text input description. |
void |
setLink(java.lang.String link)
Sets the text input link. |
void |
setName(java.lang.String name)
Sets the text input name. |
void |
setTitle(java.lang.String title)
Sets the text input title. |
Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TextInput()
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the text input title to set, null if none.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the text input description to set, null if none.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the text input name to set, null if none.public java.lang.String getLink()
public void setLink(java.lang.String link)
link
- the text input link to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |