| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sitools.feeds.model.FeedEntryModel
public final class FeedEntryModel
Model for RSS or ATOM entry
| Constructor Summary | |
|---|---|
| FeedEntryModel() | |
| Method Summary | |
|---|---|
|  FeedAuthorModel | getAuthor()Gets the author value | 
|  java.lang.String | getDescription()Gets the description value | 
|  Resource | getImage()Gets the image value | 
|  java.lang.String | getLink()Gets the link value | 
|  java.util.List<java.lang.String> | getLinks()Gets the links value | 
|  java.util.Date | getPublishedDate()Gets the publishedDate value | 
|  java.lang.String | getTitle()Gets the title value | 
|  java.util.Date | getUpdatedDate()Gets the updatedDate value | 
|  java.lang.String | getUri()Gets the uri value | 
|  void | setAuthor(FeedAuthorModel author)Sets the value of author | 
|  void | setDescription(java.lang.String description)Sets the value of description | 
|  void | setImage(Resource image)Sets the value of image | 
|  void | setLink(java.lang.String link)Sets the value of link | 
|  void | setLinks(java.util.List<java.lang.String> links)Sets the value of links | 
|  void | setPublishedDate(java.util.Date publishedDate)Sets the value of publishedDate | 
|  void | setTitle(java.lang.String title)Sets the value of title | 
|  void | setUpdatedDate(java.util.Date updatedDate)Sets the value of updatedDate | 
|  void | setUri(java.lang.String uri)Sets the value of uri | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FeedEntryModel()
| Method Detail | 
|---|
public java.lang.String getUri()
public java.util.Date getPublishedDate()
public void setPublishedDate(java.util.Date publishedDate)
publishedDate - the publishedDate to setpublic FeedAuthorModel getAuthor()
public void setAuthor(FeedAuthorModel author)
author - the author to setpublic void setUri(java.lang.String uri)
uri - the uri to setpublic java.lang.String getLink()
public void setLink(java.lang.String link)
link - the link to setpublic java.util.Date getUpdatedDate()
public void setUpdatedDate(java.util.Date updatedDate)
updatedDate - the updatedDate to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the title to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.util.List<java.lang.String> getLinks()
public void setLinks(java.util.List<java.lang.String> links)
links - the links to setpublic Resource getImage()
public void setImage(Resource image)
image - the image to set| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||