public class CoAuthorshipRelation extends Object implements Serializable
| Constructor and Description |
|---|
CoAuthorshipRelation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor1() |
String |
getAuthor2() |
Integer |
getCoauthoredProducts() |
void |
setAuthor1(String author1) |
void |
setAuthor2(String author2) |
void |
setCoauthoredProducts(Integer coauthoredProducts) |
public String getAuthor1()
public void setAuthor1(String author1)
public String getAuthor2()
public void setAuthor2(String author2)
public Integer getCoauthoredProducts()
public void setCoauthoredProducts(Integer coauthoredProducts)
Copyright © 2026. All rights reserved.