Class DataSetBase

    • Constructor Detail

      • DataSetBase

        public DataSetBase()
    • Method Detail

      • setDataSetService

        public void setDataSetService​(DataSetService dataSetService)
        Sets the data set service
        Parameters:
        dataSetService - the data set service
      • setLabel

        public void setLabel​(String label)
        Sets the label of the data set service
        Parameters:
        label - the label
      • getId

        public String getId()
        Description copied from interface: DataSet
        Gets the id of the data set
        Specified by:
        getId in interface DataSet
        Returns:
        String the id of the data set
        See Also:
        DataSet.getId()
      • setId

        public void setId​(String id)
        Sets the id of the data set service
        Parameters:
        id - the id
      • getPath

        public String getPath()
        Description copied from interface: DataSet
        Gets the path of the data set
        Specified by:
        getPath in interface DataSet
        Returns:
        String the path of the data set
        See Also:
        DataSet.getPath()
      • setPath

        public void setPath​(String path)
        Sets the path of the data set service
        Parameters:
        path - the path
      • register

        public void register()
        Registers the data set implementation with the data set service.