Package org.damap.base.rest.madmp.dto
Class Funding
java.lang.Object
org.damap.base.rest.madmp.dto.Funding
The DMP Project Funding Items Schema
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Funder ID SchemaThe Funding Status SchemaThe Funding Grant ID SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetFunderId(FunderId funderId) The Funder ID SchemavoidsetFundingStatus(Funding.FundingStatus fundingStatus) The Funding Status SchemavoidsetGrantId(GrantId grantId) The Funding Grant ID SchematoString()
-
Constructor Details
-
Funding
public Funding()
-
-
Method Details
-
getFunderId
The Funder ID SchemaFunder ID of the associated project (Required)
-
setFunderId
The Funder ID SchemaFunder ID of the associated project (Required)
-
getFundingStatus
The Funding Status SchemaTo express different phases of project lifecycle. Allowed values: planned, applied, granted, rejected
-
setFundingStatus
The Funding Status SchemaTo express different phases of project lifecycle. Allowed values: planned, applied, granted, rejected
-
getGrantId
The Funding Grant ID SchemaGrant ID of the associated project
-
setGrantId
The Funding Grant ID SchemaGrant ID of the associated project
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-