public class FundingReference extends Object
| Constructor and Description |
|---|
FundingReference(String funderName)
Simple constructor that requires all mandatory fields.
|
| Modifier and Type | Method and Description |
|---|---|
AwardNumber |
getAwardNumber()
Returns the code assigned by the funder to a sponsored award (grant).
|
String |
getAwardTitle()
Returns the human readable title of the award (grant).
|
FunderIdentifier |
getFunderIdentifier()
Returns a unique identifier of the funding entity.
|
String |
getFunderName()
Returns the name of the funding provider.
|
void |
setAwardNumber(AwardNumber awardNumber)
Changes the code assigned by the funder to a sponsored award (grant).
|
void |
setAwardTitle(String awardTitle)
Changes the human readable title of the award (grant).
|
void |
setFunderIdentifier(FunderIdentifier funderIdentifier)
Changes the unique identifier of the funding entity.
|
void |
setFunderName(String funderName)
Changes the name of the funding provider.
|
public FundingReference(String funderName)
funderName - name of the funding providerpublic String getFunderName()
public void setFunderName(String funderName)
funderName - the name of the funding providerpublic FunderIdentifier getFunderIdentifier()
public void setFunderIdentifier(FunderIdentifier funderIdentifier)
funderIdentifier - a unique identifier of the funding entitypublic AwardNumber getAwardNumber()
public void setAwardNumber(AwardNumber awardNumber)
awardNumber - the code assigned by the funder to a sponsored award (grant)public String getAwardTitle()
public void setAwardTitle(String awardTitle)
awardTitle - the human readable title of the award (grant)Copyright © 2017–2018. All rights reserved.