Class MetadataProfileBeanForUpdate
- java.lang.Object
-
- org.gcube.portlets.widgets.ckandatapublisherwidget.shared.MetadataProfileBeanForUpdate
-
- All Implemented Interfaces:
Serializable
public class MetadataProfileBeanForUpdate extends Object implements Serializable
The Class MetadataProfileBeanForUpdate.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Feb 8, 2024
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataProfileBeanForUpdate()Instantiates a new metadata profile bean for update.MetadataProfileBeanForUpdate(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listProfileBean, Map<String,List<String>> customFields)Instantiates a new metadata profile bean for update.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>getCustomFields()Gets the custom fields.List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean>getListProfileBean()Gets the list profile bean.voidsetCustomFields(Map<String,List<String>> customFields)Sets the custom fields.voidsetListProfileBean(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listProfileBean)Sets the list profile bean.StringtoString()To string.
-
-
-
Constructor Detail
-
MetadataProfileBeanForUpdate
public MetadataProfileBeanForUpdate()
Instantiates a new metadata profile bean for update.
-
MetadataProfileBeanForUpdate
public MetadataProfileBeanForUpdate(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listProfileBean, Map<String,List<String>> customFields)
Instantiates a new metadata profile bean for update.- Parameters:
listProfileBean- the list profile beancustomFields- the custom fields
-
-
Method Detail
-
getListProfileBean
public List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> getListProfileBean()
Gets the list profile bean.- Returns:
- the list profile bean
-
getCustomFields
public Map<String,List<String>> getCustomFields()
Gets the custom fields.- Returns:
- the custom fields
-
setListProfileBean
public void setListProfileBean(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listProfileBean)
Sets the list profile bean.- Parameters:
listProfileBean- the new list profile bean
-
setCustomFields
public void setCustomFields(Map<String,List<String>> customFields)
Sets the custom fields.- Parameters:
customFields- the custom fields
-
-