Class DataProvider.DataProviderSetter

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DataProvider

    public static class DataProvider.DataProviderSetter
    extends java.lang.Object
    implements java.io.Serializable
    The Class DataProviderSetter.
    See Also:
    Serialized Form
    • Field Detail

      • description

        protected java.lang.String description
        The description.
      • dataformat

        protected java.lang.String dataformat
        The dataformat.
      • queryMethod

        protected PluginMethod queryMethod
        The query method.
      • dataMappingMethod

        protected PluginMethod dataMappingMethod
        The data mapping method.
    • Constructor Detail

      • DataProviderSetter

        public DataProviderSetter()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Returns:
        Data provider description
      • setDescription

        public void setDescription​(java.lang.String description)
        Set Data provider description.
        Parameters:
        description - the new description
      • getDataformat

        public java.lang.String getDataformat()
        Gets the dataformat.
        Returns:
        Data format
      • setDataformat

        public void setDataformat​(java.lang.String dataformat)
        Set Data format.
        Parameters:
        dataformat - Dataformat
      • setDataMappingMethod

        public void setDataMappingMethod​(PluginMethod dataMappingMethod)
        Parameters:
        dataMappingMethod - the new data mapping method
        See Also:
        PluginMethod