Class ProjectView
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.view.ProjectView
-
- All Implemented Interfaces:
Serializable
public class ProjectView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSectionView(SectionView sectionView)List<SectionView>getListSections()ProjectDVgetTheProjectDV()voidsetListSections(List<SectionView> listSections)voidsetTheProjectDV(ProjectDV theProjectDV)StringtoString()
-
-
-
Method Detail
-
addSectionView
public void addSectionView(SectionView sectionView)
-
getTheProjectDV
public ProjectDV getTheProjectDV()
-
getListSections
public List<SectionView> getListSections()
-
setTheProjectDV
public void setTheProjectDV(ProjectDV theProjectDV)
-
setListSections
public void setListSections(List<SectionView> listSections)
-
-