Class H2020Programme

java.lang.Object
eu.dnetlib.dhp.schema.oaf.H2020Programme
All Implemented Interfaces:
Serializable

public class H2020Programme extends Object implements Serializable
To store information about the ec programme for the project. It has the following parameters: - private String code to store the code of the programme - private String description to store the description of the programme
See Also:
  • Constructor Details

    • H2020Programme

      public H2020Programme()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)