public class RelationshipRow extends Object implements Comparable<RelationshipRow>
| Constructor and Description |
|---|
RelationshipRow(String id,
String effectiveTime,
String active,
String moduleId,
String sourceId,
String destinationId,
String relationshipGroup,
String typeId,
String characteristicTypeId,
String modifierId)
Creates a new RelationshipRow.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RelationshipRow other) |
boolean |
equals(Object obj) |
String |
getActive() |
String |
getCharacteristicTypeId() |
String |
getDestinationId() |
String |
getEffectiveTime() |
String |
getId() |
String |
getModifierId() |
String |
getModuleId() |
String |
getRelationshipGroup() |
String |
getSourceId() |
String |
getTypeId() |
int |
hashCode() |
String |
toString() |
public RelationshipRow(String id, String effectiveTime, String active, String moduleId, String sourceId, String destinationId, String relationshipGroup, String typeId, String characteristicTypeId, String modifierId)
id - effectiveTime - active - moduleId - sourceId - destinationId - relationshipGroup - typeId - characteristicTypeId - modifierId - public String getId()
public String getEffectiveTime()
public String getActive()
public String getModuleId()
public String getSourceId()
public String getDestinationId()
public String getRelationshipGroup()
public String getTypeId()
public String getCharacteristicTypeId()
public String getModifierId()
public int compareTo(RelationshipRow other)
compareTo in interface Comparable<RelationshipRow>Copyright © 2015 Australian e-Health Research Centre. All Rights Reserved.