public class AwardNumber extends Object
| Constructor and Description |
|---|
AwardNumber(String value)
Constructor that requires all mandatory fields.
|
AwardNumber(String value,
String awardURI)
Constructor that requires all fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardURI()
Returns the URI leading to a page provided by the funder for more
information about the award (grant).
|
String |
getValue()
Returns the value of the AwardNumber.
|
void |
setAwardURI(String awardURI)
Changes the URI leading to a page provided by the funder for more
information about the award (grant).
|
void |
setValue(String value)
Changes the value of the AwardNumber.
|
public AwardNumber(String value)
value - the value of the AwardNumberpublic String getValue()
public void setValue(String value)
value - the value of the AwardNumberpublic String getAwardURI()
public void setAwardURI(String awardURI)
awardURI - the URI leading to a page for more information about the awardCopyright © 2017–2018. All rights reserved.