Class Provenance

java.lang.Object
eu.dnetlib.dhp.schema.mdstore.Provenance
All Implemented Interfaces:
Serializable

public class Provenance extends Object implements Serializable
Author:
Sandro La Bruzzo

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

See Also:
  • Constructor Details

    • Provenance

      public Provenance()
    • Provenance

      public Provenance(String datasourceId, String datasourceName, String nsPrefix)
  • Method Details

    • getDatasourceId

      public String getDatasourceId()
    • setDatasourceId

      public void setDatasourceId(String datasourceId)
    • getDatasourceName

      public String getDatasourceName()
    • setDatasourceName

      public void setDatasourceName(String datasourceName)
    • getNsPrefix

      public String getNsPrefix()
    • setNsPrefix

      public void setNsPrefix(String nsPrefix)