public class MetadataModule extends Object implements IModuleObject
DataSource
]| Constructor and Description |
|---|
MetadataModule() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
getDataSource()
Get data source element of the module.
|
String |
getIdentifier()
Get module identifier.
|
String |
getVersion()
Get version of the module.
|
void |
setDataSource(List<DataSource> dataSource)
Set data source element of the module.
|
void |
setIdentifier(String identifier)
Set module identifier.
|
void |
setVersion(String version)
Set version of the module.
|
public String getIdentifier()
public void setIdentifier(String identifier)
identifier - of the module.public String getVersion()
public void setVersion(String version)
version - of the module.public List<DataSource> getDataSource()
public void setDataSource(List<DataSource> dataSource)
dataSource - elementCopyright © 2018–2020 ODPi. All rights reserved.