|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.client.model.FeedModelDTO
public final class FeedModelDTO
DTO to store Feeds definition temporary
Constructor Summary | |
---|---|
FeedModelDTO()
|
Method Summary | |
---|---|
java.lang.String |
getFeedType()
Gets the feedType value |
java.lang.String |
getId()
Gets the id value |
java.lang.String |
getTitle()
Gets the title value |
java.lang.String |
getUrl()
Gets the URL value |
void |
setFeedType(java.lang.String feedType)
Sets the value of feedType |
void |
setId(java.lang.String id)
Sets the value of id |
void |
setTitle(java.lang.String title)
Sets the value of title |
void |
setUrl(java.lang.String url)
Sets the value of URL |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedModelDTO()
Method Detail |
---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the URL to setpublic java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String getFeedType()
public void setFeedType(java.lang.String feedType)
feedType
- the feedType to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |