|
|||||||||||
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.Description
Bean for item descriptions of RSS feeds.
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 |
public Description()
Method Detail |
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the description type to set, null if none.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the description value to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |