Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » rss » [javadoc | source]
org.apache.commons.digester.rss
public class: Item [javadoc | source]
java.lang.Object
   org.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:
 public String getDescription() 
 public String getLink() 
 public String getTitle() 
  void render(PrintWriter writer) 
    Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
 public  void setDescription(String description) 
 public  void setLink(String link) 
 public  void setTitle(String title)