public class ResearchArea extends AbstractResearch
rbnr| Constructor and Description |
|---|
ResearchArea(int rbnr,
String name,
String category)
Simple constructor that requires the RNBR, the human readable name and the
category of the research area.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAreaName()
Retrieves the name of the research area.
|
String |
getCategoryName()
Retrieves the name of the category to which the research are belongs.
|
String |
getDisciplineName()
Returns the human readable name of the research discipline.
|
String |
getRnbrAsString()
Returns the RNBR as a string.
|
int |
hashCode() |
String |
toString() |
getRbnrpublic ResearchArea(int rbnr,
String name,
String category)
rbnr - a number that serves as a unique key of the research areaname - an english human readable name of the research areacategory - a human readable name of the general categorypublic String getDisciplineName()
AbstractResearchgetDisciplineName in class AbstractResearchpublic String getRnbrAsString()
AbstractResearchgetRnbrAsString in class AbstractResearchpublic String getCategoryName()
getCategoryName in class AbstractResearchpublic String getAreaName()
getAreaName 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.