Class PublicationDate

java.lang.Object
eu.dnetlib.dhp.schema.orcid.PublicationDate
All Implemented Interfaces:
Serializable

public class PublicationDate extends Object implements Serializable
This class models the data related to a publication date, that are retrieved from an orcid publication
See Also:
  • Constructor Details

    • PublicationDate

      public PublicationDate()
  • Method Details

    • getYear

      public String getYear()
    • setYear

      public void setYear(String year)
    • getMonth

      public String getMonth()
    • setMonth

      public void setMonth(String month)
    • getDay

      public String getDay()
    • setDay

      public void setDay(String day)