Class DataQueryGroup

All Implemented Interfaces:
Serializable, org.openforis.commons.lang.DeepComparable, org.openforis.commons.lang.IdentifiableDeepComparable, Annotatable, PersistedObject<Integer>

public class DataQueryGroup extends DataCleansingItem
Author:
S. Ricci
See Also:
  • Constructor Details

  • Method Details

    • getQuery

      public DataQuery getQuery(int id)
    • addQuery

      public void addQuery(DataQuery query)
    • removeAllQueries

      public void removeAllQueries()
    • allAllQueries

      public void allAllQueries(List<DataQuery> queries)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getQueries

      public List<DataQuery> getQueries()
    • setQueries

      public void setQueries(List<DataQuery> queries)
    • getQueryIds

      public List<Integer> getQueryIds()
    • setQueryIds

      public void setQueryIds(List<Integer> queryIds)
    • deepEquals

      public boolean deepEquals(Object obj, boolean ignoreId)
      Specified by:
      deepEquals in interface org.openforis.commons.lang.IdentifiableDeepComparable
      Overrides:
      deepEquals in class PersistedSurveyObject<Integer>