Class DataSetBase
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.dataset.DataSetBase
- All Implemented Interfaces:
DataSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the id of the data setgetLabel()
Gets the label of the data setgetPath()
Gets the path of the data setvoid
register()
Registers the data set implementation with the data set service.void
setDataSetService
(DataSetService dataSetService) Sets the data set servicevoid
Sets the id of the data set servicevoid
Sets the label of the data set servicevoid
Sets the path of the data set service
-
Constructor Details
-
DataSetBase
public DataSetBase()
-
-
Method Details
-
setDataSetService
Sets the data set service- Parameters:
dataSetService
- the data set service
-
getLabel
Description copied from interface:DataSet
Gets the label of the data set -
setLabel
Sets the label of the data set service- Parameters:
label
- the label
-
getId
Description copied from interface:DataSet
Gets the id of the data set -
setId
Sets the id of the data set service- Parameters:
id
- the id
-
getPath
Description copied from interface:DataSet
Gets the path of the data set -
setPath
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.
-