| Package | Description |
|---|---|
| eu.dnetlib.dhp.schema.solr |
| Modifier and Type | Method and Description |
|---|---|
static Pid |
Pid.newInstance(String value,
String typeCode,
String typeLabel) |
| Modifier and Type | Method and Description |
|---|---|
List<Pid> |
Instance.getAlternateIdentifier() |
List<Pid> |
Instance.getPid() |
List<Pid> |
Funder.getPid() |
List<Pid> |
Author.getPid() |
List<Pid> |
SolrRecord.getPid() |
List<Pid> |
RelatedRecord.getPid() |
| Modifier and Type | Method and Description |
|---|---|
static Funder |
Funder.newInstance(String id,
String shortname,
String name,
Country jurisdiction,
List<Pid> pid) |
static Author |
Author.newInstance(String fullname,
String name,
String surname,
int rank,
List<Pid> pid) |
void |
Instance.setAlternateIdentifier(List<Pid> alternateIdentifier) |
void |
Instance.setPid(List<Pid> pid) |
void |
Funder.setPid(List<Pid> pid) |
void |
Author.setPid(List<Pid> pid) |
void |
SolrRecord.setPid(List<Pid> pid) |
void |
RelatedRecord.setPid(List<Pid> pid) |
Copyright © 2025. All rights reserved.