public class ConceptRow extends Object implements Comparable<ConceptRow>
| Constructor and Description |
|---|
ConceptRow(String id,
String effectiveTime,
String active,
String moduleId,
String definitionStatusId)
Creates a new ConceptRow.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConceptRow other) |
boolean |
equals(Object obj) |
String |
getActive() |
String |
getDefinitionStatusId() |
String |
getEffectiveTime() |
String |
getId() |
String |
getModuleId() |
int |
hashCode() |
String |
toString() |
public String getId()
public String getEffectiveTime()
public String getActive()
public String getModuleId()
public String getDefinitionStatusId()
public int compareTo(ConceptRow other)
compareTo in interface Comparable<ConceptRow>Copyright © 2018 Australian e-Health Research Centre. All Rights Reserved.