| Constructor and Description |
|---|
DataSetBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id of the data set
|
String |
getLabel()
Gets the label of the data set
|
String |
getPath()
Gets the path of the data set
|
void |
register()
Registers the data set implementation with the data set service.
|
void |
setDataSetService(DataSetService dataSetService)
Sets the data set service
|
void |
setId(String id)
Sets the id of the data set service
|
void |
setLabel(String label)
Sets the label of the data set service
|
void |
setPath(String path)
Sets the path of the data set service
|
public void setDataSetService(DataSetService dataSetService)
dataSetService - the data set servicepublic String getLabel()
DataSetgetLabel in interface DataSetDataSet.getLabel()public void setLabel(String label)
label - the labelpublic String getId()
DataSetgetId in interface DataSetDataSet.getId()public void setId(String id)
id - the idpublic String getPath()
DataSetgetPath in interface DataSetDataSet.getPath()public void setPath(String path)
path - the pathpublic void register()
Copyright © 2005–2016 Alfresco Software. All rights reserved.