|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Bean interface for content of SyndFeedImpl entries.
Method Summary | |
java.lang.Object |
clone()
Creates a deep clone of the object. |
java.lang.String |
getType()
Returns the content type. |
java.lang.String |
getValue()
Returns the content value. |
void |
setType(java.lang.String type)
Sets the content type. |
void |
setValue(java.lang.String value)
Sets the content value. |
Methods inherited from interface com.sun.syndication.common.ToString |
toString |
Methods inherited from interface com.sun.syndication.common.CopyFrom |
copyFrom, getInterface |
Method Detail |
public java.lang.String getType()
When used for the description of an entry, if null 'text/plain' must be assumed.
public void setType(java.lang.String type)
When used for the description of an entry, if null 'text/plain' must be assumed.
type
- the content type to set, null if none.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the content value to set, null if none.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- thrown if an element of the object cannot be cloned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |