Class Country

java.lang.Object
eu.dnetlib.dhp.schema.solr.Country
All Implemented Interfaces:
Serializable

public class Country extends Object implements Serializable
Represents the country associated to the generic entity. The value for this element correspond to: - code corresponds to the classid of eu.dnetlib.dhp.schema.oaf.Country - label corresponds to the classname of eu.dnetlib.dhp.schema.oaf.Country - provenance set only if the dataInfo associated to the Country of the result to be dumped is not null. In this case : - provenance corresponds to dataInfo.provenanceaction.classid (to be modified with datainfo.provenanceaction.classname) - trust corresponds to dataInfo.trust
See Also:
  • Constructor Details

    • Country

      public Country()
  • Method Details

    • newInstance

      public static Country newInstance(String code, String label)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)