public class Bio extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<BioExternalIdentifier> |
bioExternalIdentifiers |
protected String |
biography |
protected String |
country |
protected Set<String> |
keywords |
protected BioName |
name |
protected String |
orcid |
protected Set<BioResearcherUrl> |
researcherUrls |
| Constructor and Description |
|---|
Bio() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExternalIdentifier(BioExternalIdentifier externalReference) |
void |
addKeyword(String keyword) |
void |
addResearcherUrl(BioResearcherUrl researcherUrl) |
Set<BioExternalIdentifier> |
getBioExternalIdentifiers() |
String |
getBiography() |
String |
getCountry() |
Set<String> |
getKeywords() |
BioName |
getName() |
String |
getOrcid() |
Set<BioResearcherUrl> |
getResearcherUrls() |
void |
setBiography(String biography) |
void |
setCountry(String country) |
void |
setName(BioName name) |
void |
setOrcid(String orcid) |
String |
toString() |
protected String orcid
protected BioName name
protected String country
protected Set<BioExternalIdentifier> bioExternalIdentifiers
protected Set<BioResearcherUrl> researcherUrls
protected String biography
public String getOrcid()
public void setOrcid(String orcid)
public BioName getName()
public void setName(BioName name)
public String getCountry()
public void setCountry(String country)
public void addKeyword(String keyword)
public Set<BioExternalIdentifier> getBioExternalIdentifiers()
public void addExternalIdentifier(BioExternalIdentifier externalReference)
public Set<BioResearcherUrl> getResearcherUrls()
public void addResearcherUrl(BioResearcherUrl researcherUrl)
public String getBiography()
public void setBiography(String biography)
Copyright © 2017 DuraSpace. All rights reserved.