Class ConfigurationDV<T extends List<? extends GeoportalConfigurationID>>
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.ConfigurationDV<T>
-
- All Implemented Interfaces:
Serializable
public class ConfigurationDV<T extends List<? extends GeoportalConfigurationID>> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationDV()ConfigurationDV(T configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetConfiguration()GEOPORTAL_CONFIGURATION_TYPEgetConfigurationType()voidsetConfiguration(T config)voidsetConfigurationType(GEOPORTAL_CONFIGURATION_TYPE configurationType)StringtoString()
-
-
-
Constructor Detail
-
ConfigurationDV
public ConfigurationDV()
-
ConfigurationDV
public ConfigurationDV(T configuration)
-
-
Method Detail
-
getConfigurationType
public GEOPORTAL_CONFIGURATION_TYPE getConfigurationType()
-
setConfigurationType
public void setConfigurationType(GEOPORTAL_CONFIGURATION_TYPE configurationType)
-
getConfiguration
public T getConfiguration()
-
setConfiguration
public void setConfiguration(T config)
-
-