com.sun.syndication.feed.rss
Class Description

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

public class Description
extends ObjectBean

Bean for item descriptions of RSS feeds.

Author:
Alejandro Abdelnur
See Also:
Serialized Form

Constructor Summary
Description()
          Default constructor.
 
Method Summary
 java.lang.String getType()
          Returns the description type.
 java.lang.String getValue()
          Returns the description value.
 void setType(java.lang.String type)
          Sets the description type.
 void setValue(java.lang.String value)
          Sets the description value.
 
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

Description

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

Method Detail

getType

public java.lang.String getType()
Returns the description type.

Returns:
the description type, null if none.

setType

public void setType(java.lang.String type)
Sets the description type.

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

getValue

public java.lang.String getValue()
Returns the description value.

Returns:
the description value, null if none.

setValue

public void setValue(java.lang.String value)
Sets the description value.

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


Copyright © 2004 Sun Microsystems. All Rights Reserved.