Class Project

java.lang.Object
org.damap.base.rest.madmp.dto.Project

@Generated("jsonschema2pojo") public class Project extends Object
The DMP Project Items Schema

  • Constructor Details

    • Project

      public Project()
  • Method Details

    • getDescription

      public String getDescription()
      The DMP Project Description Schema

      Project description

    • setDescription

      public void setDescription(String description)
      The DMP Project Description Schema

      Project description

    • getEnd

      public String getEnd()
      The DMP Project End Date Schema

      Project end date. Encoded using the relevant ISO 8601 Date and Time compliant string.

    • setEnd

      public void setEnd(String end)
      The DMP Project End Date Schema

      Project end date. Encoded using the relevant ISO 8601 Date and Time compliant string.

    • getFunding

      public List<Funding> getFunding()
      The DMP Project Funding Schema

      Funding related with a project

    • setFunding

      public void setFunding(List<Funding> funding)
      The DMP Project Funding Schema

      Funding related with a project

    • getStart

      public String getStart()
      The DMP Project Start Date Schema

      Project start date. Encoded using the relevant ISO 8601 Date and Time compliant string.

    • setStart

      public void setStart(String start)
      The DMP Project Start Date Schema

      Project start date. Encoded using the relevant ISO 8601 Date and Time compliant string.

    • getTitle

      public String getTitle()
      The DMP Project Title Schema

      Project title (Required)

    • setTitle

      public void setTitle(String title)
      The DMP Project Title Schema

      Project title (Required)

    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object