java.lang.Object
org.alfresco.module.org_alfresco_module_rm.dataset.DataSetBase
All Implemented Interfaces:
DataSet

public class DataSetBase extends Object implements DataSet
  • Constructor Details

    • DataSetBase

      public DataSetBase()
  • Method Details

    • setDataSetService

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

      public String getLabel()
      Description copied from interface: DataSet
      Gets the label of the data set
      Specified by:
      getLabel in interface DataSet
      Returns:
      String the label of the data set
      See Also:
    • 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:
    • 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:
    • 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.