public class DataQueryGroup extends DataCleansingItem
| Constructor and Description |
|---|
DataQueryGroup(CollectSurvey survey) |
DataQueryGroup(CollectSurvey survey,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuery(DataQuery query) |
void |
allAllQueries(List<DataQuery> queries) |
boolean |
deepEquals(Object obj,
boolean ignoreId) |
String |
getDescription() |
List<DataQuery> |
getQueries() |
DataQuery |
getQuery(int id) |
List<Integer> |
getQueryIds() |
String |
getTitle() |
void |
removeAllQueries() |
void |
setDescription(String description) |
void |
setQueries(List<DataQuery> queries) |
void |
setQueryIds(List<Integer> queryIds) |
void |
setTitle(String title) |
deepEquals, equals, getCreationDate, getId, getModifiedDate, getUuid, hashCode, setCreationDate, setId, setModifiedDate, setUuidgetAnnotation, getAnnotationNames, getAnnotations, getSchema, getSurvey, isDetached, replaceSurvey, setAnnotation, setAnnotationspublic DataQueryGroup(CollectSurvey survey)
public DataQueryGroup(CollectSurvey survey, UUID uuid)
public DataQuery getQuery(int id)
public void addQuery(DataQuery query)
public void removeAllQueries()
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public boolean deepEquals(Object obj, boolean ignoreId)
deepEquals in interface org.openforis.commons.lang.IdentifiableDeepComparabledeepEquals in class PersistedSurveyObject<Integer>Copyright © 2022 Open Foris. All rights reserved.