public class Contributor extends AuthorData implements Serializable
| Constructor and Description |
|---|
Contributor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRole() |
Double |
getScore() |
String |
getSequence() |
boolean |
isBestMatch() |
boolean |
isSimpleMatch() |
void |
setBestMatch(boolean bestMatch) |
void |
setRole(String role) |
void |
setScore(Double score) |
void |
setSequence(String sequence) |
void |
setSimpleMatch(boolean simpleMatch) |
getCreditName, getErrorCode, getName, getOid, getOtherNames, getSurname, setCreditName, setErrorCode, setName, setOid, setOtherNames, setSurnamepublic String getSequence()
public void setSequence(String sequence)
public String getRole()
public void setRole(String role)
public boolean isSimpleMatch()
public void setSimpleMatch(boolean simpleMatch)
public Double getScore()
public void setScore(Double score)
public boolean isBestMatch()
public void setBestMatch(boolean bestMatch)
Copyright © 2025. All rights reserved.