com.sun.syndication.feed.rss
Class TextInput

java.lang.Object
  extended bycom.sun.syndication.common.ObjectBean
      extended bycom.sun.syndication.feed.rss.TextInput
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable, ToString

public class TextInput
extends ObjectBean

Bean for text input of RSS feeds.

Author:
Alejandro Abdelnur
See Also:
Serialized Form

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

TextInput

public TextInput()
Default constructor. All properties are set to null.

Method Detail

getTitle

public java.lang.String getTitle()
Returns the text input title.

Returns:
the text input title, null if none.

setTitle

public void setTitle(java.lang.String title)
Sets the text input title.

Parameters:
title - the text input title to set, null if none.

getDescription

public java.lang.String getDescription()
Returns the text input description.

Returns:
the text input description, null if none.

setDescription

public void setDescription(java.lang.String description)
Sets the text input description.

Parameters:
description - the text input description to set, null if none.

getName

public java.lang.String getName()
Returns the text input name.

Returns:
the text input name, null if none.

setName

public void setName(java.lang.String name)
Sets the text input name.

Parameters:
name - the text input name to set, null if none.

getLink

public java.lang.String getLink()
Returns the text input link.

Returns:
the text input link, null if none.

setLink

public void setLink(java.lang.String link)
Sets the text input link.

Parameters:
link - the text input link to set, null if none.


Copyright © 2004 Sun Microsystems. All Rights Reserved.