Class MetaDataProfileBeanExt
- java.lang.Object
-
- org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean
-
- org.gcube.application.geoportaldatamapper.shared.MetaDataProfileBeanExt
-
- All Implemented Interfaces:
Serializable
public class MetaDataProfileBeanExt extends org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean implements Serializable
The Class MetaDataProfileBeanExt.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Nov 23, 2022
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDataProfileBeanExt()Instantiates a new meta data profile bean ext.MetaDataProfileBeanExt(String type, String title, List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetadataFieldWrapper> metadataFields, List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.CategoryWrapper> categories)Instantiates a new meta data profile bean ext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaDataProfileBeanExtcloneObj()Clone obj.StringgetDocumentSectionAsJSON()Gets the document section as JSON.org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDVgetGcubeProfileDV()List<org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject.FilesetDV>getListFileset()Gets the list fileset.voidsetDocumentSectionAsJSON(String documentSectionAsJSON)Sets the document section as JSON.voidsetGcubeProfile(org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDV gcubeProfileDV)voidsetListFileset(List<org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject.FilesetDV> listFileset)Sets the list fileset.StringtoString()
-
-
-
Constructor Detail
-
MetaDataProfileBeanExt
public MetaDataProfileBeanExt()
Instantiates a new meta data profile bean ext.
-
MetaDataProfileBeanExt
public MetaDataProfileBeanExt(String type, String title, List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetadataFieldWrapper> metadataFields, List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.CategoryWrapper> categories)
Instantiates a new meta data profile bean ext.- Parameters:
type- the typetitle- the titlemetadataFields- the metadata fieldscategories- the categories
-
-
Method Detail
-
getListFileset
public List<org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject.FilesetDV> getListFileset()
Gets the list fileset.- Returns:
- the list fileset
-
getDocumentSectionAsJSON
public String getDocumentSectionAsJSON()
Gets the document section as JSON.- Returns:
- the document section as JSON
-
setDocumentSectionAsJSON
public void setDocumentSectionAsJSON(String documentSectionAsJSON)
Sets the document section as JSON.- Parameters:
documentSectionAsJSON- the new document section as JSON
-
setListFileset
public void setListFileset(List<org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject.FilesetDV> listFileset)
Sets the list fileset.- Parameters:
listFileset- the new list fileset
-
cloneObj
public MetaDataProfileBeanExt cloneObj()
Clone obj.- Returns:
- the meta data profile bean ext
-
setGcubeProfile
public void setGcubeProfile(org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDV gcubeProfileDV)
-
getGcubeProfileDV
public org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDV getGcubeProfileDV()
-
toString
public String toString()
- Overrides:
toStringin classorg.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean
-
-