|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.project.modules.model.ListComponents
public class ListComponents
Class to represent the list of Project Module to send to the client
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 |
---|
public ListComponents()
Method Detail |
---|
public java.util.List<ProjectModuleModel> getComponents()
public void setComponents(java.util.List<ProjectModuleModel> components)
components
- the components to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |