Package org.damap.base.rest.madmp.dto
Class License
java.lang.Object
org.damap.base.rest.madmp.dto.License
The Dataset Distribution License Items
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Dataset Distribution License Reference SchemaThe Dataset Distribution License Start Date SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetLicenseRef(URI licenseRef) The Dataset Distribution License Reference SchemavoidsetStartDate(String startDate) The Dataset Distribution License Start Date SchematoString()
-
Constructor Details
-
License
public License()
-
-
Method Details
-
getLicenseRef
The Dataset Distribution License Reference SchemaLink to license document. (Required)
-
setLicenseRef
The Dataset Distribution License Reference SchemaLink to license document. (Required)
-
getStartDate
The Dataset Distribution License Start Date SchemaIf date is set in the future, it indicates embargo period. Encoded using the relevant ISO 8601 Date and Time compliant string. (Required)
-
setStartDate
The Dataset Distribution License Start Date SchemaIf date is set in the future, it indicates embargo period. Encoded using the relevant ISO 8601 Date and Time compliant string. (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-