RssReader Reference Documentation (Document! X Sample)
innovasys.rssreader Package / RssItem Class / RssItem Constructor / RssItem Constructor(String,String,String,Date,RssItemState)
The title of the RssItem.
The description.
Link to the source behind the RssItem.
The modified on.
The RssItemState to set the item to.
In This Topic
    RssItem Constructor(String,String,String,Date,RssItemState)
    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,
       RssItemState state
    )

    Parameters

    title
    The title of the RssItem.
    description
    The description.
    link
    Link to the source behind the RssItem.
    modifiedOn
    The modified on.
    state
    The RssItemState to set the item to.
    See Also