Package org.damap.base.rest.madmp.dto
Class Project
java.lang.Object
org.damap.base.rest.madmp.dto.Project
The DMP Project Items Schema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe DMP Project Description SchemagetEnd()The DMP Project End Date SchemaThe DMP Project Funding SchemagetStart()The DMP Project Start Date SchemagetTitle()The DMP Project Title SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetDescription(String description) The DMP Project Description SchemavoidThe DMP Project End Date SchemavoidsetFunding(List<Funding> funding) The DMP Project Funding SchemavoidThe DMP Project Start Date SchemavoidThe DMP Project Title SchematoString()
-
Constructor Details
-
Project
public Project()
-
-
Method Details
-
getDescription
The DMP Project Description SchemaProject description
-
setDescription
The DMP Project Description SchemaProject description
-
getEnd
The DMP Project End Date SchemaProject end date. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
setEnd
The DMP Project End Date SchemaProject end date. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
getFunding
The DMP Project Funding SchemaFunding related with a project
-
setFunding
The DMP Project Funding SchemaFunding related with a project
-
getStart
The DMP Project Start Date SchemaProject start date. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
setStart
The DMP Project Start Date SchemaProject start date. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
getTitle
The DMP Project Title SchemaProject title (Required)
-
setTitle
The DMP Project Title SchemaProject title (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-