Class 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 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 id
        type - the type
        itemType - the item type
        configuration - the configuration
        dataHandlerType - 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
      • toString

        public String toString()
        To string.
        Overrides:
        toString in class Object
        Returns:
        the string