Class Category

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

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

    • Category

      public Category()
  • Method Details

    • newInstance

      public static Category 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)
    • getConcept

      public List<Concept> getConcept()
    • setConcept

      public void setConcept(List<Concept> concept)