Class DataHubTransferConfiguration


  • public class DataHubTransferConfiguration
    extends java.lang.Object
    This class represents a single Data Hub configuration.
    • Constructor Detail

      • DataHubTransferConfiguration

        public DataHubTransferConfiguration()
    • Method Detail

      • setDataHubManager

        public void setDataHubManager​(DataHubTransferConfigurationManager dataHubManager)
        Sets the Data Hub manager.
        Parameters:
        dataHubManager - the Data Hub manager
      • addToDataHubConfigurations

        public void addToDataHubConfigurations()
        Adds this Data Hub configuration to the map of Data Hub configurations.
      • getItemCode

        public java.lang.String getItemCode()
        Returns the item code (String) of the Data Hub configuration.
        Returns:
        the item code
      • setItemCode

        public void setItemCode​(java.lang.String code)
        Sets the item code (String) of the Data Hub configuration.
        Parameters:
        code - the given item code
      • getRawType

        public java.lang.String getRawType()
        Returns the raw type of the Data Hub configuration.
        Returns:
        the given raw type
      • setRawType

        public void setRawType​(java.lang.String rawType)
        Sets the raw type of the Data Hub configuration.
        Parameters:
        rawType - the given raw type
      • getConverter

        public AbstractPopulatingConverter getConverter()
        Returns the converter of the Data Hub configuration.
        Returns:
        the converter
      • setConverter

        public void setConverter​(AbstractPopulatingConverter converter)
        Sets the converter of the Data Hub configuration.
        Parameters:
        converter - the given converter