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 description
           
protected  String link
           
protected  String metaDataId
           
protected  Timestamp publishDate
           
protected  String title
           
 
Constructor Summary
RssResultRow()
           
 
Method Summary
 String getDescription()
           
 String getLink()
           
 String getMetaDataId()
           
 Timestamp getPublishDate()
           
 String getTitle()
           
 void setDescription(String description)
           
 void setLink(String link)
           
 void setMetaDataId(String itemId)
           
 void setPublishDate(Timestamp 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

metaDataId

protected String metaDataId

title

protected String title

description

protected String description

link

protected String link

publishDate

protected Timestamp 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 Timestamp getPublishDate()

setPublishDate

public void setPublishDate(Timestamp publishDate)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getMetaDataId

public String getMetaDataId()

setMetaDataId

public void setMetaDataId(String itemId)


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