Class ProjectEdit
- java.lang.Object
-
- org.gcube.application.geoportaldatamapper.shared.ProjectEdit
-
- All Implemented Interfaces:
Serializable
public class ProjectEdit extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MetaDataProfileBeanExt>getTheProfileBeans()org.gcube.application.geoportalcommon.shared.geoportal.project.ProjectDVgetTheProjectDV()voidsetTheProfileBeans(List<MetaDataProfileBeanExt> theProfileBeans)voidsetTheProjectDV(org.gcube.application.geoportalcommon.shared.geoportal.project.ProjectDV theProjectDV)StringtoString()
-
-
-
Method Detail
-
getTheProjectDV
public org.gcube.application.geoportalcommon.shared.geoportal.project.ProjectDV getTheProjectDV()
-
getTheProfileBeans
public List<MetaDataProfileBeanExt> getTheProfileBeans()
-
setTheProjectDV
public void setTheProjectDV(org.gcube.application.geoportalcommon.shared.geoportal.project.ProjectDV theProjectDV)
-
setTheProfileBeans
public void setTheProfileBeans(List<MetaDataProfileBeanExt> theProfileBeans)
-
-