public class MetadataProfileBeanForUpdate extends Object implements Serializable
| Constructor and 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.
|
| Modifier and Type | Method and 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.
|
void |
setCustomFields(Map<String,List<String>> customFields)
Sets the custom fields.
|
void |
setListProfileBean(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listProfileBean)
Sets the list profile bean.
|
String |
toString()
To string.
|
public MetadataProfileBeanForUpdate()
public MetadataProfileBeanForUpdate(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listProfileBean, Map<String,List<String>> customFields)
listProfileBean - the list profile beancustomFields - the custom fieldspublic List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> getListProfileBean()
public Map<String,List<String>> getCustomFields()
public void setListProfileBean(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listProfileBean)
listProfileBean - the new list profile beanpublic void setCustomFields(Map<String,List<String>> customFields)
customFields - the custom fieldsCopyright © 2026. All rights reserved.