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 |
|---|---|
String |
getAreaName()
Returns the human readable name of the research area.
|
String |
getCategoryName()
Returns the human readable name of the research category.
|
String |
getDisciplineName()
Returns the human readable name of the research discipline.
|
String |
getRnbrAsString()
Returns the RNBR as a string.
|
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 getAreaName()
AbstractResearchgetAreaName in class AbstractResearchpublic String getCategoryName()
AbstractResearchgetCategoryName in class AbstractResearchpublic String getRnbrAsString()
AbstractResearchgetRnbrAsString in class AbstractResearchCopyright © 2017–2018. All rights reserved.