public class ResearchDiscipline extends AbstractResearch
rbnr| Constructor and Description |
|---|
ResearchDiscipline(int rbnr,
String disciplineName,
ResearchArea area)
Constructor that requires the RNBR, name, and are of the discipline.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ResearchArea |
getArea()
Retrieves the area to which the research discipline belongs.
|
String |
getAreaName()
Returns the human readable name of the research area.
|
String |
getCategoryName()
Returns the human readable name of the research category.
|
String |
getDisciplineName()
Retrieves the name of the discipline.
|
String |
getRnbrAsString()
Returns the RNBR as a string.
|
int |
hashCode() |
String |
toString() |
getRbnrpublic ResearchDiscipline(int rbnr,
String disciplineName,
ResearchArea area)
rbnr - a number that serves as a unique key of a discipline within an areadisciplineName - a human readable name of the disciplinearea - to which the discipline belongspublic String getAreaName()
AbstractResearchgetAreaName in class AbstractResearchpublic String getCategoryName()
AbstractResearchgetCategoryName in class AbstractResearchpublic String getRnbrAsString()
AbstractResearchgetRnbrAsString in class AbstractResearchpublic ResearchArea getArea()
public String getDisciplineName()
getDisciplineName in class AbstractResearchpublic boolean equals(Object o)
equals in class AbstractResearchprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class AbstractResearchCopyright © 2017–2019. All rights reserved.