fr.cnes.sitools.project.modules.model
Class ListComponents

java.lang.Object
  extended by fr.cnes.sitools.project.modules.model.ListComponents

public class ListComponents
extends java.lang.Object

Class to represent the list of Project Module to send to the client

Author:
m.gond

Constructor Summary
ListComponents()
           
 
Method Summary
 java.util.List<ProjectModuleModel> getComponents()
          Gets the components value
 void setComponents(java.util.List<ProjectModuleModel> components)
          Sets the value of components
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListComponents

public ListComponents()
Method Detail

getComponents

public java.util.List<ProjectModuleModel> getComponents()
Gets the components value

Returns:
the components

setComponents

public void setComponents(java.util.List<ProjectModuleModel> components)
Sets the value of components

Parameters:
components - the components to set


Copyright © 2010-2013 CNES. All Rights Reserved.