lumis.service.rss
Class RssResultRow

Package class diagram package RssResultRow
java.lang.Object
  extended by lumis.service.rss.RssResultRow

public class RssResultRow
extends Object

Represents a RSS result row object

Since:
4.1.0

Field Summary
protected  String contentId
           
protected  String description
           
protected  String link
           
protected  Date publishDate
           
protected  String title
           
 
Constructor Summary
RssResultRow()
           
 
Method Summary
 String getContentId()
           
 String getDescription()
           
 String getLink()
           
 Date getPublishDate()
           
 String getTitle()
           
 void setContentId(String itemId)
           
 void setDescription(String description)
           
 void setLink(String link)
           
 void setPublishDate(Date publishDate)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentId

protected String contentId

title

protected String title

description

protected String description

link

protected String link

publishDate

protected Date publishDate
Constructor Detail

RssResultRow

public RssResultRow()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLink

public String getLink()

setLink

public void setLink(String link)

getPublishDate

public Date getPublishDate()

setPublishDate

public void setPublishDate(Date publishDate)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getContentId

public String getContentId()

setContentId

public void setContentId(String itemId)


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.