public class AuthorshipRelation extends Object implements Serializable
| Constructor and Description |
|---|
AuthorshipRelation() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCorresponding() |
List<DeclaredAffiliation> |
getDeclaredAffiliations() |
String |
getPerson() |
String |
getProduct() |
Integer |
getRank() |
List<AuthorshipRoles> |
getRoles() |
void |
setCorresponding(Boolean corresponding) |
void |
setDeclaredAffiliations(List<DeclaredAffiliation> declaredAffiliations) |
void |
setPerson(String person) |
void |
setProduct(String product) |
void |
setRank(Integer rank) |
void |
setRoles(List<AuthorshipRoles> roles) |
public String getPerson()
public void setPerson(String person)
public String getProduct()
public void setProduct(String product)
public List<AuthorshipRoles> getRoles()
public void setRoles(List<AuthorshipRoles> roles)
public Integer getRank()
public void setRank(Integer rank)
public Boolean getCorresponding()
public void setCorresponding(Boolean corresponding)
public List<DeclaredAffiliation> getDeclaredAffiliations()
public void setDeclaredAffiliations(List<DeclaredAffiliation> declaredAffiliations)
Copyright © 2026. All rights reserved.