public class DataCleansingMetadata extends Object implements org.openforis.commons.lang.DeepComparable
| Constructor and Description |
|---|
DataCleansingMetadata(CollectSurvey survey) |
DataCleansingMetadata(CollectSurvey survey,
List<DataQueryType> dataQueryTypes,
List<DataQuery> dataQueries,
List<DataQueryGroup> dataQueryGroups,
List<DataCleansingStep> cleansingSteps,
List<DataCleansingChain> cleansingChains) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deepEquals(Object obj) |
List<DataCleansingChain> |
getCleansingChains() |
List<DataCleansingStep> |
getCleansingSteps() |
List<DataQuery> |
getDataQueries() |
List<DataQueryGroup> |
getDataQueryGroups() |
List<DataQueryType> |
getDataQueryTypes() |
CollectSurvey |
getSurvey() |
boolean |
isEmpty() |
public DataCleansingMetadata(CollectSurvey survey)
public DataCleansingMetadata(CollectSurvey survey, List<DataQueryType> dataQueryTypes, List<DataQuery> dataQueries, List<DataQueryGroup> dataQueryGroups, List<DataCleansingStep> cleansingSteps, List<DataCleansingChain> cleansingChains)
public boolean isEmpty()
public boolean deepEquals(Object obj)
deepEquals in interface org.openforis.commons.lang.DeepComparablepublic CollectSurvey getSurvey()
public List<DataQueryType> getDataQueryTypes()
public List<DataQueryGroup> getDataQueryGroups()
public List<DataCleansingStep> getCleansingSteps()
public List<DataCleansingChain> getCleansingChains()
Copyright © 2022 Open Foris. All rights reserved.