public class VersionRows extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ConceptRow> |
conceptRows
The concept rows in this version.
|
protected List<DescriptionRow> |
descriptionRows
The description rows in this version.
|
protected List<RelationshipRow> |
relationshipRows
The relationship rows in this version.
|
| Constructor and Description |
|---|
VersionRows(String versionName)
Builds a new VersionRows.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConceptRow> |
getConceptRows() |
List<DescriptionRow> |
getDescriptionRows() |
List<RelationshipRow> |
getRelationshipRows() |
String |
getVersionName()
Returns the name of this version.
|
void |
setVersionName(String versionName)
Sets the name of this version.
|
protected final List<ConceptRow> conceptRows
protected final List<DescriptionRow> descriptionRows
protected final List<RelationshipRow> relationshipRows
public VersionRows(String versionName)
public List<ConceptRow> getConceptRows()
public List<DescriptionRow> getDescriptionRows()
public List<RelationshipRow> getRelationshipRows()
public String getVersionName()
public void setVersionName(String versionName)
versionName - Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.