Class DataQuery

    • Method Detail

      • setEntityDefinition

        public void setEntityDefinition​(EntityDefinition def)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getEntityDefinitionId

        public int getEntityDefinitionId()
      • setEntityDefinitionId

        public void setEntityDefinitionId​(int entityDefinitionId)
      • getAttributeDefinitionId

        public int getAttributeDefinitionId()
      • setAttributeDefinitionId

        public void setAttributeDefinitionId​(int attributeDefinitionId)
      • getConditions

        public String getConditions()
      • setConditions

        public void setConditions​(String conditions)
      • getTypeId

        public Integer getTypeId()
      • setTypeId

        public void setTypeId​(Integer typeId)
      • deepEquals

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