net.sf.j3d.io
Class RSSFeed.Item

java.lang.Object
  extended by net.sf.j3d.io.RSSFeed.Item
Enclosing class:
RSSFeed

public static class RSSFeed.Item
extends Object


Constructor Summary
RSSFeed.Item(String title, String text)
           
 
Method Summary
 String getImage()
           
 void setImage(String image)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RSSFeed.Item

public RSSFeed.Item(String title,
                    String text)
Method Detail

setImage

public void setImage(String image)

getImage

public String getImage()

toString

public String toString()
Overrides:
toString in class Object