public class BioName extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
creditName |
protected String |
familyName |
protected String |
givenNames |
protected List<String> |
otherNames |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCreditName() |
String |
getFamilyName() |
String |
getGivenNames() |
List<String> |
getOtherNames() |
int |
hashCode() |
void |
setCreditName(String creditName) |
void |
setFamilyName(String familyName) |
void |
setGivenNames(String givenNames) |
void |
setOtherNames(List<String> otherNames) |
String |
toString() |
protected String givenNames
protected String familyName
protected String creditName
public String getGivenNames()
public void setGivenNames(String givenNames)
public String getFamilyName()
public void setFamilyName(String familyName)
public String getCreditName()
public void setCreditName(String creditName)
Copyright © 2016 DuraSpace. All Rights Reserved.