Class 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 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 type
        title - the title
        metadataFields - the metadata fields
        categories - 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
      • 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:
        toString in class org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean