public class AwardNumber extends Object
| Constructor and Description |
|---|
AwardNumber(String value) |
AwardNumber(String value,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getUri()
Retrieves the URI leading to a page for more information about the award.
|
String |
getValue()
Retrieves the value of the AwardNumber.
|
int |
hashCode() |
void |
setUri(String uri)
Sets the URI leading to a page for more information about the award.
|
String |
toString() |
public AwardNumber(String value)
public String getValue()
public String getUri()
public void setUri(String uri)
uri - the URI leading to a page for more information about the awardprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.