public class QueryNode extends Object implements Comparable<QueryNode>
Constructor and Description |
---|
QueryNode() |
QueryNode(Integer id,
String foreignSource,
String foreignId,
String label) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(QueryNode other) |
boolean |
equals(Object obj) |
String |
getForeignId() |
String |
getForeignSource() |
Integer |
getId() |
String |
getLabel() |
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.