fr.cnes.sitools.feeds.model
Class FeedEntryModel

java.lang.Object
  extended by fr.cnes.sitools.feeds.model.FeedEntryModel

public final class FeedEntryModel
extends java.lang.Object

Model for RSS or ATOM entry

Author:
m.gond (AKKA Technologies)

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

FeedEntryModel

public FeedEntryModel()
Method Detail

getUri

public java.lang.String getUri()
Gets the uri value

Returns:
the uri

getPublishedDate

public java.util.Date getPublishedDate()
Gets the publishedDate value

Returns:
the publishedDate

setPublishedDate

public void setPublishedDate(java.util.Date publishedDate)
Sets the value of publishedDate

Parameters:
publishedDate - the publishedDate to set

getAuthor

public FeedAuthorModel getAuthor()
Gets the author value

Returns:
the author

setAuthor

public void setAuthor(FeedAuthorModel author)
Sets the value of author

Parameters:
author - the author to set

setUri

public void setUri(java.lang.String uri)
Sets the value of uri

Parameters:
uri - the uri to set

getLink

public java.lang.String getLink()
Gets the link value

Returns:
the link

setLink

public void setLink(java.lang.String link)
Sets the value of link

Parameters:
link - the link to set

getUpdatedDate

public java.util.Date getUpdatedDate()
Gets the updatedDate value

Returns:
the updatedDate

setUpdatedDate

public void setUpdatedDate(java.util.Date updatedDate)
Sets the value of updatedDate

Parameters:
updatedDate - the updatedDate to set

getTitle

public java.lang.String getTitle()
Gets the title value

Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Sets the value of title

Parameters:
title - the title to set

getDescription

public java.lang.String getDescription()
Gets the description value

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getLinks

public java.util.List<java.lang.String> getLinks()
Gets the links value

Returns:
the links

setLinks

public void setLinks(java.util.List<java.lang.String> links)
Sets the value of links

Parameters:
links - the links to set

getImage

public Resource getImage()
Gets the image value

Returns:
the image

setImage

public void setImage(Resource image)
Sets the value of image

Parameters:
image - the image to set


Copyright © 2010-2013 CNES. All Rights Reserved.