org.apache.archiva.rss
Class RssFeedEntry

java.lang.Object
  extended by org.apache.archiva.rss.RssFeedEntry

public class RssFeedEntry
extends Object

Holds the data for the SyndEntry in the RSS feed.

Version:

Field Summary
private  String author
           
private  String category
           
private  String comments
           
private  String description
           
private  String enclosure
           
private  String guid
           
private  String link
           
private  Date publishedDate
           
private  String source
           
private  String title
           
 
Constructor Summary
RssFeedEntry()
           
RssFeedEntry(String title)
           
 
Method Summary
 String getAuthor()
           
 String getCategory()
           
 String getComments()
           
 String getDescription()
           
 String getEnclosure()
           
 String getGuid()
           
 String getLink()
           
 Date getPublishedDate()
           
 String getSource()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setCategory(String category)
           
 void setComments(String comments)
           
 void setDescription(String description)
           
 void setEnclosure(String enclosure)
           
 void setGuid(String guid)
           
 void setLink(String link)
           
 void setPublishedDate(Date publishedDate)
           
 void setSource(String source)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

private String title

link

private String link

description

private String description

author

private String author

category

private String category

comments

private String comments

enclosure

private String enclosure

guid

private String guid

source

private String source

publishedDate

private Date publishedDate
Constructor Detail

RssFeedEntry

public RssFeedEntry()

RssFeedEntry

public RssFeedEntry(String title)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getLink

public String getLink()

setLink

public void setLink(String link)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getComments

public String getComments()

setComments

public void setComments(String comments)

getEnclosure

public String getEnclosure()

setEnclosure

public void setEnclosure(String enclosure)

getGuid

public String getGuid()

setGuid

public void setGuid(String guid)

getSource

public String getSource()

setSource

public void setSource(String source)

getPublishedDate

public Date getPublishedDate()

setPublishedDate

public void setPublishedDate(Date publishedDate)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.