Class DataQueryGroup
java.lang.Object
org.openforis.idm.metamodel.SurveyObject
org.openforis.idm.metamodel.PersistedSurveyObject<Integer>
org.openforis.collect.datacleansing.DataCleansingItem
org.openforis.collect.datacleansing.DataQueryGroup
- All Implemented Interfaces:
Serializable,org.openforis.commons.lang.DeepComparable,org.openforis.commons.lang.IdentifiableDeepComparable,Annotatable,PersistedObject<Integer>
- Author:
- S. Ricci
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataQueryGroup(CollectSurvey survey) DataQueryGroup(CollectSurvey survey, UUID uuid) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidallAllQueries(List<DataQuery> queries) booleandeepEquals(Object obj, boolean ignoreId) getQuery(int id) getTitle()voidvoidsetDescription(String description) voidsetQueries(List<DataQuery> queries) voidsetQueryIds(List<Integer> queryIds) voidMethods inherited from class org.openforis.idm.metamodel.PersistedSurveyObject
deepEquals, equals, getCreationDate, getId, getModifiedDate, getUuid, hashCode, setCreationDate, setId, setModifiedDate, setUuidMethods inherited from class org.openforis.idm.metamodel.SurveyObject
getAnnotation, getAnnotationNames, getAnnotations, getSchema, getSurvey, isDetached, replaceSurvey, setAnnotation, setAnnotations
-
Constructor Details
-
DataQueryGroup
-
DataQueryGroup
-
-
Method Details
-
getQuery
-
addQuery
-
removeAllQueries
public void removeAllQueries() -
allAllQueries
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getQueries
-
setQueries
-
getQueryIds
-
setQueryIds
-
deepEquals
- Specified by:
deepEqualsin interfaceorg.openforis.commons.lang.IdentifiableDeepComparable- Overrides:
deepEqualsin classPersistedSurveyObject<Integer>
-