Class Concept

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

public class Concept extends Object implements Serializable
See Also:
  • Constructor Details

    • Concept

      public Concept()
  • Method Details

    • newInstance

      public static Concept newInstance(String id, String label)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)