RssReader Reference Documentation (Document! X Sample)
innovasys.rssreader Package / RssItem Class / RssItem Constructor / RssItem Constructor(String,String,String,Date)
The title of the RssItem.
The description of the RssItem.
Link to the source behind the RssItem.
The date that the item was published.
In This Topic
    RssItem Constructor(String,String,String,Date)
    In This Topic
    Initializes a new instance of the RssItem class.
    Syntax
    public RssItem( 
       java.lang.String title,
       java.lang.String description,
       java.lang.String link,
       java.util.Date modifiedOn
    )

    Parameters

    title
    The title of the RssItem.
    description
    The description of the RssItem.
    link
    Link to the source behind the RssItem.
    modifiedOn
    The date that the item was published.
    See Also