public class RelationshipRow extends Object
| Constructor and Description |
|---|
RelationshipRow(String relationshipId,
String conceptId1,
String relationshipType,
String conceptId2,
String characteristicType,
String refinability,
String relationshipGroup)
Creates a new RelationshipRow.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacteristicType() |
String |
getConceptId1() |
String |
getConceptId2() |
String |
getRefinability() |
String |
getRelationshipGroup() |
String |
getRelationshipId() |
String |
getRelationshipType() |
public RelationshipRow(String relationshipId, String conceptId1, String relationshipType, String conceptId2, String characteristicType, String refinability, String relationshipGroup)
relationshipId - conceptId1 - relationshipType - conceptId2 - characteristicType - refinability - relationshipGroup - public String getRelationshipId()
public String getConceptId1()
public String getRelationshipType()
public String getConceptId2()
public String getCharacteristicType()
public String getRefinability()
public String getRelationshipGroup()
Copyright © 2016 Australian e-Health Research Centre. All Rights Reserved.