Package org.damap.base.rest.madmp.dto
Class FunderId
java.lang.Object
org.damap.base.rest.madmp.dto.FunderId
The Funder ID Schema
Funder ID of the associated project
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Funder ID Value SchemagetType()The Funder ID Type SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetIdentifier(String identifier) The Funder ID Value SchemavoidsetType(FunderId.Type type) The Funder ID Type SchematoString()
-
Constructor Details
-
FunderId
public FunderId()
-
-
Method Details
-
getIdentifier
The Funder ID Value SchemaFunder ID, recommended to use CrossRef Funder Registry. See: https://www.crossref.org/services/funder-registry/ (Required)
-
setIdentifier
The Funder ID Value SchemaFunder ID, recommended to use CrossRef Funder Registry. See: https://www.crossref.org/services/funder-registry/ (Required)
-
getType
The Funder ID Type SchemaIdentifier type. Allowed values: fundref, url, other (Required)
-
setType
The Funder ID Type SchemaIdentifier type. Allowed values: fundref, url, other (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-