public class RefsetRow extends Object implements MapView, Comparable<RefsetRow>
| Modifier and Type | Field and Description |
|---|---|
protected String |
active |
protected String |
effectiveTime |
protected String[] |
extras |
protected String |
id |
protected String |
moduleId |
protected String |
referencedComponentId |
protected String |
refsetId |
| Constructor and Description |
|---|
RefsetRow(String id,
String effectiveTime,
String active,
String moduleId,
String refsetId,
String referencedComponentId,
String... extras)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RefsetRow other) |
boolean |
equals(Object obj) |
String |
getActive() |
String[] |
getColumns() |
String |
getEffectiveTime() |
String[] |
getExtras() |
String |
getId() |
String |
getModuleId() |
String |
getReferencedComponentId() |
String |
getRefsetId() |
int |
hashCode() |
Map<String,Object> |
toMap() |
protected final String id
protected final String effectiveTime
protected final String active
protected final String moduleId
protected final String refsetId
protected final String referencedComponentId
protected final String[] extras
public String[] getColumns()
public String getId()
public String getEffectiveTime()
public String getActive()
public String getModuleId()
public String getRefsetId()
public String getReferencedComponentId()
public String[] getExtras()
public int compareTo(RefsetRow other)
compareTo in interface Comparable<RefsetRow>Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.