|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.instance.helper.QueryDefinitionIndex
public class QueryDefinitionIndex
Index for hash map used in property resolver.
Constructor Summary | |
---|---|
QueryDefinitionIndex(TypeDefinition def,
DataSet dataSet,
String query)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
DataSet |
getDataSet()
Returns the associated data set which may be null. |
TypeDefinition |
getDef()
Returns the definition |
String |
getQuery()
Returns the query |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryDefinitionIndex(TypeDefinition def, DataSet dataSet, String query)
def
- the definitiondataSet
- the data setquery
- the queryMethod Detail |
---|
public TypeDefinition getDef()
public String getQuery()
public DataSet getDataSet()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |