Class DataQueryResultItem
java.lang.Object
org.openforis.idm.metamodel.AbstractPersistedObject<Integer>
org.openforis.collect.datacleansing.DataQueryResultItem
- All Implemented Interfaces:
org.openforis.commons.lang.Identifiable<Integer>,PersistedObject<Integer>
- Direct Known Subclasses:
DataReportItem
- Author:
- S. Ricci
-
Constructor Summary
ConstructorsConstructorDescriptionDataQueryResultItem(DataQuery query) DataQueryResultItem(DataQuery query, UUID uuid) -
Method Summary
Modifier and TypeMethodDescriptionNode<?> getNode()intintgetQuery()intgetUuid()getValue()voidvoidsetNodeIndex(int nodeIndex) voidsetParentEntityId(int parentEntityId) voidsetRecord(CollectRecord record) voidsetRecordId(int recordId) voidvoidMethods inherited from class org.openforis.idm.metamodel.AbstractPersistedObject
equals, getId, hashCode, setId
-
Constructor Details
-
DataQueryResultItem
-
DataQueryResultItem
-
-
Method Details
-
getAttributeDefinition
-
extractAttributeValue
-
getRecordKeyValues
-
extractNodePath
-
getQuery
-
getRecord
-
setRecord
-
getRecordId
public int getRecordId() -
setRecordId
public void setRecordId(int recordId) -
getParentEntityId
public int getParentEntityId() -
setParentEntityId
public void setParentEntityId(int parentEntityId) -
getNode
-
setNode
-
getNodeIndex
public int getNodeIndex() -
setNodeIndex
public void setNodeIndex(int nodeIndex) -
getValue
-
setValue
-
getUuid
-
setUuid
-