Class GcubeProfilesMetadataForUCD
- java.lang.Object
-
- org.gcube.application.geoportaldatamapper.GcubeProfilesMetadataForUCD
-
- All Implemented Interfaces:
Serializable
public class GcubeProfilesMetadataForUCD extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GcubeProfilesMetadataForUCD()GcubeProfilesMetadataForUCD(String profileID, org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDV gcubeProfile, List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listMetadataProfileBean)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDVgetGcubeProfile()List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean>getListMetadataProfileBean()StringgetProfileID()voidsetGcubeProfile(org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDV gcubeProfile)voidsetListMetadataProfileBean(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listMetadataProfileBean)voidsetProfileID(String profileID)StringtoString()
-
-
-
Method Detail
-
getProfileID
public String getProfileID()
-
getGcubeProfile
public org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDV getGcubeProfile()
-
getListMetadataProfileBean
public List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> getListMetadataProfileBean()
-
setProfileID
public void setProfileID(String profileID)
-
setGcubeProfile
public void setGcubeProfile(org.gcube.application.geoportalcommon.shared.geoportal.config.GcubeProfileDV gcubeProfile)
-
setListMetadataProfileBean
public void setListMetadataProfileBean(List<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> listMetadataProfileBean)
-
-