|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.feeds.model.FeedModel
public final class FeedModel
Model for ATOM or RSS feed
Constructor Summary | |
---|---|
FeedModel()
|
Method Summary | |
---|---|
FeedAuthorModel |
getAuthor()
Gets the author value |
java.lang.String |
getDescription()
Gets the description value |
java.lang.String |
getEncoding()
Gets the encoding value |
java.util.List<FeedEntryModel> |
getEntries()
Gets the entries value |
java.lang.String |
getExternalUrl()
Gets the externalUrl value |
FeedSource |
getFeedSource()
Gets the feedSource value |
java.lang.String |
getFeedType()
Gets the feedType value |
java.lang.String |
getId()
Gets the id 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.lang.String |
getName()
Resource name |
java.lang.String |
getParent()
Gets the parent value |
java.lang.String |
getTitle()
Gets the title value |
java.lang.String |
getUri()
Gets the uri value |
boolean |
isVisible()
Gets the visible value |
void |
setAuthor(FeedAuthorModel author)
Sets the value of author |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setEncoding(java.lang.String encoding)
Sets the value of encoding |
void |
setEntries(java.util.List<FeedEntryModel> entries)
Sets the value of entries |
void |
setExternalUrl(java.lang.String externalUrl)
Sets the value of externalUrl |
void |
setFeedSource(FeedSource feedSource)
Sets the value of feedSource |
void |
setFeedType(java.lang.String feedType)
Sets the value of feedType |
void |
setId(java.lang.String id)
Sets the value of id |
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 |
setName(java.lang.String name)
Sets the value of name |
void |
setParent(java.lang.String parent)
Sets the value of parent |
void |
setTitle(java.lang.String title)
Sets the value of title |
void |
setUri(java.lang.String uri)
Sets the value of uri |
void |
setVisible(boolean visible)
Sets the value of visible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedModel()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getName()
IResource
getName
in interface IResource
public void setFeedType(java.lang.String feedType)
feedType
- the feedType to setpublic java.lang.String getFeedType()
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding
- the encoding to setpublic java.lang.String getUri()
public void setUri(java.lang.String uri)
uri
- the uri to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getLink()
public void setLink(java.lang.String link)
link
- the link 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 setpublic java.util.List<FeedEntryModel> getEntries()
public void setEntries(java.util.List<FeedEntryModel> entries)
entries
- the entries to setpublic void setParent(java.lang.String parent)
parent
- the parent to setpublic java.lang.String getParent()
public FeedAuthorModel getAuthor()
public void setAuthor(FeedAuthorModel author)
author
- the author to setpublic void setVisible(boolean visible)
visible
- the visible to setpublic boolean isVisible()
public void setFeedSource(FeedSource feedSource)
feedSource
- the feedSource to setpublic FeedSource getFeedSource()
public void setName(java.lang.String name)
name
- the name to setpublic void setExternalUrl(java.lang.String externalUrl)
externalUrl
- the externalUrl to setpublic java.lang.String getExternalUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |