public class ResearchDiscipline extends AbstractResearch
rbnr| Constructor and Description |
|---|
ResearchDiscipline(int rbnr,
String name,
ResearchArea area)
Constructor that requires the RNBR, name, and are of the discipline.
|
| Modifier and Type | Method and Description |
|---|---|
ResearchArea |
getArea()
Returns the research area to which the 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()
Returns the human readable name of the research discipline.
|
String |
getRnbrAsString()
Returns the RNBR as a string.
|
String |
toString() |
getRbnrpublic ResearchDiscipline(int rbnr,
String name,
ResearchArea area)
rbnr - a number that serves as a unique key of a discipline within an areaname - a human readable name of the disciplinearea - to which the discipline belongspublic ResearchArea getArea()
public 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.