java.lang.Objectorg.apache.commons.digester.rss.Item
All Implemented Interfaces:
Serializable
Implementation object representing an item in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.
| Field Summary | ||
|---|---|---|
| protected String | description | The item description (1-500 characters). |
| protected String | link | The item link (1-500 characters). |
| protected String | title | The item title (1-100 characters). |
| Method from org.apache.commons.digester.rss.Item Summary: |
|---|
| getDescription, getLink, getTitle, render, setDescription, setLink, setTitle |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.digester.rss.Item Detail: |
|---|
|
|
|
|
|
|
|