Class DataQueryType

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

public class DataQueryType extends DataCleansingItem
Author:
A. Modragon
See Also:
  • Constructor Details

  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • deepEquals

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