public class DataCiteExtensions extends Object
| Constructor and Description |
|---|
DataCiteExtensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IDataCiteExtension extension)
Adds an IDataCiteExtension to extensions map.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,IDataCiteExtension> |
getExtensions()
Retrieves the map of GeRDI defined DataCite extensions.
|
int |
hashCode() |
void |
setExtensions(Map<String,IDataCiteExtension> extensions)
Sets the map of GeRDI defined DataCite extensions.
|
String |
toString() |
public void add(IDataCiteExtension extension)
extension - the extension to be addedpublic Map<String,IDataCiteExtension> getExtensions()
public void setExtensions(Map<String,IDataCiteExtension> extensions)
extensions - the map of GeRDI defined DataCite extensionsprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.