Class CustomDataSourceDefinition


  • public class CustomDataSourceDefinition
    extends Object
    Definition for a custom data source. Encapsulates an id and the name of a class that implements the DataSource interface.
    Author:
    Nick Collier
    • Constructor Detail

      • CustomDataSourceDefinition

        public CustomDataSourceDefinition​(String id,
                                          String className)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public String getId()
      • getDataSourceClassName

        public String getDataSourceClassName()