Class Pid

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

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

    • Pid

      public Pid()
  • Method Details

    • newInstance

      public static Pid newInstance(String value, String typeCode, String typeLabel)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getTypeCode

      public String getTypeCode()
    • setTypeCode

      public void setTypeCode(String typeCode)
    • getTypeLabel

      public String getTypeLabel()
    • setTypeLabel

      public void setTypeLabel(String typeLabel)