public class SoepVariable extends Object
| Constructor and Description |
|---|
SoepVariable(String name,
String source) |
SoepVariable(String name,
String source,
Set<SoepConcept> concepts) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSoepConcepts(Collection<SoepConcept> soepConcepts)
Adds SoepConcepts of the variable.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<SoepConcept> |
getConcepts()
Retrieves the concepts that describe the variable.
|
String |
getName()
Retrieves the name of the variable.
|
String |
getSource()
Retrieves the study source for the variable.
|
int |
hashCode() |
void |
setConcepts(Set<SoepConcept> concepts)
Sets the concepts that describe the variable.
|
String |
toString() |
public SoepVariable(String name, String source, Set<SoepConcept> concepts)
public void addSoepConcepts(Collection<SoepConcept> soepConcepts)
soepConcepts - the SoepConcepts that are to be addedpublic String getName()
public String getSource()
public Set<SoepConcept> getConcepts()
public void setConcepts(Set<SoepConcept> concepts)
concepts - the concepts that describe the variableprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.