public class SoepDataCiteExtension extends Object implements IDataCiteExtension
| Constructor and Description |
|---|
SoepDataCiteExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSoepDatasetVariables(Collection<SoepVariable> soepDatasetVariables)
Changes the SOEP dataset variables.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<SoepVariable> |
getDatasetVariables()
Retrieves the set of variables associated with a resource from a social science study.
|
String |
getKey()
Retrieves the key under which the extension is stored
in the DataCiteJson object.
|
int |
hashCode() |
String |
toString() |
public static final String KEY
public String getKey()
IDataCiteExtensiongetKey in interface IDataCiteExtensionpublic void addSoepDatasetVariables(Collection<SoepVariable> soepDatasetVariables)
soepDatasetVariables - the soep variables that are to be setpublic Set<SoepVariable> getDatasetVariables()
protected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.