Class DataQueryTypeForm

java.lang.Object
org.openforis.commons.web.SimpleObjectForm<DataQueryType>
org.openforis.commons.web.PersistedObjectForm<Integer,DataQueryType>
org.openforis.collect.datacleansing.form.DataCleansingItemForm<DataQueryType>
org.openforis.collect.datacleansing.form.DataQueryTypeForm

public class DataQueryTypeForm extends DataCleansingItemForm<DataQueryType>
Author:
S. Ricci
  • Constructor Details

    • DataQueryTypeForm

      public DataQueryTypeForm()
    • DataQueryTypeForm

      public DataQueryTypeForm(DataQueryType obj)
  • Method Details

    • getPrettyLabel

      public String getPrettyLabel()
      Calculated property: returns a pretty representation of the object
    • setPrettyLabel

      public void setPrettyLabel(String label)
      Void: avoids deserialization issues
    • 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)