public class Provenance extends Object implements Serializable
Provenace class models the provenance of the record in the metadataStore It contains the identifier and the name of the datasource that gives the record
| Constructor and Description |
|---|
Provenance() |
Provenance(String datasourceId,
String datasourceName,
String nsPrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasourceId() |
String |
getDatasourceName() |
String |
getNsPrefix() |
void |
setDatasourceId(String datasourceId) |
void |
setDatasourceName(String datasourceName) |
void |
setNsPrefix(String nsPrefix) |
public String getDatasourceId()
public void setDatasourceId(String datasourceId)
public String getDatasourceName()
public void setDatasourceName(String datasourceName)
public String getNsPrefix()
public void setNsPrefix(String nsPrefix)
Copyright © 2025. All rights reserved.