|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ametys.plugins.datainclusion.data.AbstractDataSource
public abstract class AbstractDataSource
An abstract data source : provides common fields and methods to access it.
| Field Summary | |
|---|---|
protected String |
_description
The data source description. |
protected String |
_id
The data source id. |
protected String |
_name
The data source name. |
| Constructor Summary | |
|---|---|
AbstractDataSource()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the datasource description. |
String |
getId()
Get the datasource ID. |
String |
getName()
Get the datasource name. |
void |
setDescription(String description)
Set the data source description. |
void |
setId(String id)
Set the data source id. |
void |
setName(String name)
Set the data source name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ametys.plugins.datainclusion.data.DataSource |
|---|
getAdditionalValues, getQueries, getType |
| Field Detail |
|---|
protected String _id
protected String _name
protected String _description
| Constructor Detail |
|---|
public AbstractDataSource()
| Method Detail |
|---|
public String getId()
DataSource
getId in interface DataSourcepublic void setId(String id)
id - public String getName()
DataSource
getName in interface DataSourcepublic void setName(String name)
name - public String getDescription()
DataSource
getDescription in interface DataSourcepublic void setDescription(String description)
description -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||