fr.cnes.sitools.client.model
Class PortalIndexDTO

java.lang.Object
  extended by fr.cnes.sitools.client.model.PortalIndexDTO

public final class PortalIndexDTO
extends java.lang.Object

DTO Class to store PortalIndex information temporarily

Author:
m.gond (AKKA Technologies)

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

PortalIndexDTO

public PortalIndexDTO()
Default constructor

Method Detail

getProjectList

public java.lang.String getProjectList()
Gets the projectList value

Returns:
the projectList

setProjectList

public void setProjectList(java.lang.String projectList)
Sets the value of projectList

Parameters:
projectList - the projectList to set

getFeeds

public java.util.List<FeedModelDTO> getFeeds()
Gets the feeds value

Returns:
the feeds

setFeeds

public void setFeeds(java.util.List<FeedModelDTO> feeds)
Sets the value of feeds

Parameters:
feeds - the feeds to set

getAppUrl

public java.lang.String getAppUrl()
Gets the appUrl value

Returns:
the appUrl

setAppUrl

public void setAppUrl(java.lang.String appUrl)
Sets the value of appUrl

Parameters:
appUrl - the appUrl to set


Copyright © 2010-2013 CNES. All Rights Reserved.