Package org.damap.base.rest.madmp.dto
Class GrantId
java.lang.Object
org.damap.base.rest.madmp.dto.GrantId
The Funding Grant ID Schema
Grant ID of the associated project
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Funding Grant ID Value SchemagetType()The Funding Grant ID Type SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetIdentifier(String identifier) The Funding Grant ID Value SchemavoidsetType(GrantId.Type type) The Funding Grant ID Type SchematoString()
-
Constructor Details
-
GrantId
public GrantId()
-
-
Method Details
-
getIdentifier
The Funding Grant ID Value SchemaGrant ID (Required)
-
setIdentifier
The Funding Grant ID Value SchemaGrant ID (Required)
-
getType
The Funding Grant ID Type SchemaIdentifier type. Allowed values: url, other (Required)
-
setType
The Funding Grant ID Type SchemaIdentifier type. Allowed values: url, other (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-