public class DataQuery extends DataCleansingItem
| Modifier and Type | Class and Description |
|---|---|
static class |
DataQuery.ErrorSeverity |
| Constructor and Description |
|---|
DataQuery(CollectSurvey survey) |
DataQuery(CollectSurvey survey,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deepEquals(Object obj,
boolean ignoreId) |
AttributeDefinition |
getAttributeDefinition() |
int |
getAttributeDefinitionId() |
String |
getConditions() |
String |
getDescription() |
EntityDefinition |
getEntityDefinition() |
int |
getEntityDefinitionId() |
DataQuery.ErrorSeverity |
getErrorSeverity() |
String |
getTitle() |
DataQueryType |
getType() |
Integer |
getTypeId() |
void |
setAttributeDefinition(AttributeDefinition def) |
void |
setAttributeDefinitionId(int attributeDefinitionId) |
void |
setConditions(String conditions) |
void |
setDescription(String description) |
void |
setEntityDefinition(EntityDefinition def) |
void |
setEntityDefinitionId(int entityDefinitionId) |
void |
setErrorSeverity(DataQuery.ErrorSeverity severity) |
void |
setTitle(String title) |
void |
setType(DataQueryType type) |
void |
setTypeId(Integer typeId) |
deepEquals, equals, getCreationDate, getId, getModifiedDate, getUuid, hashCode, setCreationDate, setId, setModifiedDate, setUuidgetAnnotation, getAnnotationNames, getAnnotations, getSchema, getSurvey, isDetached, replaceSurvey, setAnnotation, setAnnotationspublic DataQuery(CollectSurvey survey)
public DataQuery(CollectSurvey survey, UUID uuid)
public EntityDefinition getEntityDefinition()
public AttributeDefinition getAttributeDefinition()
public void setAttributeDefinition(AttributeDefinition def)
public void setEntityDefinition(EntityDefinition def)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public int getEntityDefinitionId()
public void setEntityDefinitionId(int entityDefinitionId)
public int getAttributeDefinitionId()
public void setAttributeDefinitionId(int attributeDefinitionId)
public String getConditions()
public void setConditions(String conditions)
public DataQuery.ErrorSeverity getErrorSeverity()
public void setErrorSeverity(DataQuery.ErrorSeverity severity)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public DataQueryType getType()
public void setType(DataQueryType type)
public boolean deepEquals(Object obj, boolean ignoreId)
deepEquals in interface org.openforis.commons.lang.IdentifiableDeepComparabledeepEquals in class PersistedSurveyObject<Integer>Copyright © 2020 Open Foris. All rights reserved.