public abstract class AbstractResearch extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
rbnr |
| Constructor and Description |
|---|
AbstractResearch(int rbnr)
Constructor that requires the RBNR and name of the research topic.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAreaName()
Returns the human readable name of the research area.
|
abstract String |
getCategoryName()
Returns the human readable name of the research category.
|
abstract String |
getDisciplineName()
Returns the human readable name of the research discipline.
|
int |
getRbnr()
Returns the unique key that represents the topic.
|
abstract String |
getRnbrAsString()
Returns the RNBR as a string.
|
public AbstractResearch(int rbnr)
rbnr - a unique key that represents the topicpublic abstract String getDisciplineName()
public abstract String getAreaName()
public abstract String getCategoryName()
public abstract String getRnbrAsString()
public int getRbnr()
Copyright © 2017–2018. All rights reserved.