Class CoAuthorship

java.lang.Object
eu.dnetlib.dhp.schema.oaf.Oaf
eu.dnetlib.dhp.schema.oaf.rel.CoAuthorship
All Implemented Interfaces:
Serializable

public class CoAuthorship extends Oaf
See Also:
  • Constructor Details

    • CoAuthorship

      public CoAuthorship()
  • Method Details

    • getAuthor1

      public String getAuthor1()
    • setAuthor1

      public void setAuthor1(String author1)
    • getAuthor2

      public String getAuthor2()
    • setAuthor2

      public void setAuthor2(String author2)
    • getCoauthoredProducts

      public Integer getCoauthoredProducts()
    • setCoauthoredProducts

      public void setCoauthoredProducts(Integer coauthoredProducts)