Class HandlerDeclarationDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.ucd.HandlerDeclarationDV
-
- All Implemented Interfaces:
Serializable
public class HandlerDeclarationDV extends Object implements Serializable
The Class HandlerDeclarationDV.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 17, 2022
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandlerDeclarationDV()Instantiates a new handler declaration DV.HandlerDeclarationDV(String id, String type, String itemType, ConfigurationDV<?> configuration, GEOPORTAL_DATA_HANDLER dataHandlerType)Instantiates a new handler declaration DV.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationDV<?>getConfiguration()Gets the configuration.GEOPORTAL_DATA_HANDLERgetDataHandlerType()Gets the data handler type.StringgetId()Gets the id.StringgetItemType()Gets the item type.StringgetType()Gets the type.voidsetConfiguration(ConfigurationDV<?> configuration)Sets the configuration.voidsetDataHandlerType(GEOPORTAL_DATA_HANDLER dataHandlerType)Sets the data handler type.voidsetId(String id)Sets the id.voidsetItemType(String itemType)Sets the item type.voidsetType(String type)Sets the type.StringtoString()To string.
-
-
-
Constructor Detail
-
HandlerDeclarationDV
public HandlerDeclarationDV()
Instantiates a new handler declaration DV.
-
HandlerDeclarationDV
public HandlerDeclarationDV(String id, String type, String itemType, ConfigurationDV<?> configuration, GEOPORTAL_DATA_HANDLER dataHandlerType)
Instantiates a new handler declaration DV.- Parameters:
id- the idtype- the typeitemType- the item typeconfiguration- the configurationdataHandlerType- the data handler type
-
-
Method Detail
-
getId
public String getId()
Gets the id.- Returns:
- the id
-
getType
public String getType()
Gets the type.- Returns:
- the type
-
getItemType
public String getItemType()
Gets the item type.- Returns:
- the item type
-
getConfiguration
public ConfigurationDV<?> getConfiguration()
Gets the configuration.- Returns:
- the configuration
-
getDataHandlerType
public GEOPORTAL_DATA_HANDLER getDataHandlerType()
Gets the data handler type.- Returns:
- the data handler type
-
setId
public void setId(String id)
Sets the id.- Parameters:
id- the new id
-
setType
public void setType(String type)
Sets the type.- Parameters:
type- the new type
-
setItemType
public void setItemType(String itemType)
Sets the item type.- Parameters:
itemType- the new item type
-
setConfiguration
public void setConfiguration(ConfigurationDV<?> configuration)
Sets the configuration.- Parameters:
configuration- the new configuration
-
setDataHandlerType
public void setDataHandlerType(GEOPORTAL_DATA_HANDLER dataHandlerType)
Sets the data handler type.- Parameters:
dataHandlerType- the new data handler type
-
-