public class DataCleansingStep extends DataCleansingItem
| Modifier and Type | Class and Description |
|---|---|
static class |
DataCleansingStep.DataCleansingStepType |
| Constructor and Description |
|---|
DataCleansingStep(CollectSurvey survey) |
DataCleansingStep(CollectSurvey survey,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUpdateValue(DataCleansingStepValue updateValue) |
boolean |
deepEquals(Object obj,
boolean ignoreId) |
String |
getDescription() |
DataQuery |
getQuery() |
Integer |
getQueryId() |
String |
getTitle() |
DataCleansingStep.DataCleansingStepType |
getType() |
List<DataCleansingStepValue> |
getUpdateValues() |
void |
setDescription(String description) |
void |
setQuery(DataQuery query) |
void |
setQueryId(Integer queryId) |
void |
setTitle(String title) |
void |
setType(DataCleansingStep.DataCleansingStepType type) |
void |
setUpdateValues(List<DataCleansingStepValue> values) |
String |
toString() |
deepEquals, equals, getCreationDate, getId, getModifiedDate, getUuid, hashCode, setCreationDate, setId, setModifiedDate, setUuidgetAnnotation, getAnnotationNames, getAnnotations, getSchema, getSurvey, isDetached, replaceSurvey, setAnnotation, setAnnotationspublic DataCleansingStep(CollectSurvey survey)
public DataCleansingStep(CollectSurvey survey, UUID uuid)
public void addUpdateValue(DataCleansingStepValue updateValue)
public Integer getQueryId()
public void setQuery(DataQuery query)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public void setQueryId(Integer queryId)
public DataCleansingStep.DataCleansingStepType getType()
public void setType(DataCleansingStep.DataCleansingStepType type)
public DataQuery getQuery()
public List<DataCleansingStepValue> getUpdateValues()
public void setUpdateValues(List<DataCleansingStepValue> values)
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.