|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.client.model.PortalIndexDTO
public final class PortalIndexDTO
DTO Class to store PortalIndex information temporarily
Constructor Summary | |
---|---|
PortalIndexDTO()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getAppUrl()
Gets the appUrl value |
java.util.List<FeedModelDTO> |
getFeeds()
Gets the feeds value |
java.lang.String |
getProjectList()
Gets the projectList value |
void |
setAppUrl(java.lang.String appUrl)
Sets the value of appUrl |
void |
setFeeds(java.util.List<FeedModelDTO> feeds)
Sets the value of feeds |
void |
setProjectList(java.lang.String projectList)
Sets the value of projectList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalIndexDTO()
Method Detail |
---|
public java.lang.String getProjectList()
public void setProjectList(java.lang.String projectList)
projectList
- the projectList to setpublic java.util.List<FeedModelDTO> getFeeds()
public void setFeeds(java.util.List<FeedModelDTO> feeds)
feeds
- the feeds to setpublic java.lang.String getAppUrl()
public void setAppUrl(java.lang.String appUrl)
appUrl
- the appUrl to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |