Class DataQueryTypeForm
- java.lang.Object
-
- org.openforis.commons.web.SimpleObjectForm<T>
-
- org.openforis.commons.web.PersistedObjectForm<Integer,T>
-
- org.openforis.collect.datacleansing.form.DataCleansingItemForm<DataQueryType>
-
- org.openforis.collect.datacleansing.form.DataQueryTypeForm
-
public class DataQueryTypeForm extends DataCleansingItemForm<DataQueryType>
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description DataQueryTypeForm()DataQueryTypeForm(DataQueryType obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()StringgetDescription()StringgetLabel()StringgetPrettyLabel()Calculated property: returns a pretty representation of the objectvoidsetCode(String code)voidsetDescription(String description)voidsetLabel(String label)voidsetPrettyLabel(String label)Void: avoids deserialization issues-
Methods inherited from class org.openforis.collect.datacleansing.form.DataCleansingItemForm
getCreationDate, getModifiedDate, getUuid, setCreationDate, setModifiedDate, setUuid
-
-
-
-
Constructor Detail
-
DataQueryTypeForm
public DataQueryTypeForm()
-
DataQueryTypeForm
public DataQueryTypeForm(DataQueryType obj)
-
-
Method Detail
-
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)
-
-