| Package | Description |
|---|---|
| eu.dnetlib.dhp.schema.solr |
| Modifier and Type | Method and Description |
|---|---|
FundingLevel |
Funding.getLevel0() |
FundingLevel |
Funding.getLevel1() |
FundingLevel |
Funding.getLevel2() |
static FundingLevel |
FundingLevel.newInstance(String id,
String description,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Funding |
Funding.newInstance(Funder funder,
FundingLevel level0) |
static Funding |
Funding.newInstance(Funder funder,
FundingLevel level0,
FundingLevel level1) |
static Funding |
Funding.newInstance(Funder funder,
FundingLevel level0,
FundingLevel level1,
FundingLevel level2) |
void |
Funding.setLevel0(FundingLevel level0) |
void |
Funding.setLevel1(FundingLevel level1) |
void |
Funding.setLevel2(FundingLevel level2) |
Copyright © 2025. All rights reserved.