fr.cnes.sitools.feeds.model
Class FeedCollectionModel

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

public final class FeedCollectionModel
extends java.lang.Object

Bean for Feed collection definition

Author:
m.gond (AKKA Technologies)

Constructor Summary
FeedCollectionModel()
          Default constructor
 
Method Summary
 java.util.ArrayList<FeedModel> getFeeds()
          Gets the feeds value
 void setFeeds(java.util.ArrayList<FeedModel> feeds)
          Sets the value of feeds
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedCollectionModel

public FeedCollectionModel()
Default constructor

Method Detail

setFeeds

public void setFeeds(java.util.ArrayList<FeedModel> feeds)
Sets the value of feeds

Parameters:
feeds - the feeds to set

getFeeds

public java.util.ArrayList<FeedModel> getFeeds()
Gets the feeds value

Returns:
the feeds


Copyright © 2010-2013 CNES. All Rights Reserved.