public class DataQueryResultItem extends AbstractPersistedObject<Integer>
| Constructor and Description |
|---|
DataQueryResultItem(DataQuery query) |
DataQueryResultItem(DataQuery query,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
Value |
extractAttributeValue() |
String |
extractNodePath() |
AttributeDefinition |
getAttributeDefinition() |
Node<?> |
getNode() |
int |
getNodeIndex() |
int |
getParentEntityId() |
DataQuery |
getQuery() |
CollectRecord |
getRecord() |
int |
getRecordId() |
List<String> |
getRecordKeyValues() |
UUID |
getUuid() |
String |
getValue() |
void |
setNode(Node<?> node) |
void |
setNodeIndex(int nodeIndex) |
void |
setParentEntityId(int parentEntityId) |
void |
setRecord(CollectRecord record) |
void |
setRecordId(int recordId) |
void |
setUuid(UUID uuid) |
void |
setValue(String value) |
equals, getId, hashCode, setIdpublic DataQueryResultItem(DataQuery query)
public AttributeDefinition getAttributeDefinition()
public Value extractAttributeValue()
public String extractNodePath()
public DataQuery getQuery()
public CollectRecord getRecord()
public void setRecord(CollectRecord record)
public int getRecordId()
public void setRecordId(int recordId)
public int getParentEntityId()
public void setParentEntityId(int parentEntityId)
public Node<?> getNode()
public void setNode(Node<?> node)
public int getNodeIndex()
public void setNodeIndex(int nodeIndex)
public String getValue()
public void setValue(String value)
public UUID getUuid()
public void setUuid(UUID uuid)
Copyright © 2020 Open Foris. All rights reserved.