Class DataCleansingStepForm
- java.lang.Object
-
- org.openforis.commons.web.SimpleObjectForm<T>
-
- org.openforis.commons.web.PersistedObjectForm<Integer,T>
-
- org.openforis.collect.datacleansing.form.DataCleansingItemForm<DataCleansingStep>
-
- org.openforis.collect.datacleansing.form.DataCleansingStepForm
-
public class DataCleansingStepForm extends DataCleansingItemForm<DataCleansingStep>
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description DataCleansingStepForm()DataCleansingStepForm(DataCleansingStep step)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetQueryDescription()IntegergetQueryId()StringgetQueryTitle()StringgetTitle()DataCleansingStep.DataCleansingStepTypegetType()StringgetTypeCode()List<DataCleansingStepValue>getUpdateValues()voidsetDescription(String description)voidsetQueryId(Integer queryId)voidsetTitle(String title)voidsetTypeCode(String typeCode)voidsetUpdateValues(List<DataCleansingStepValue> values)-
Methods inherited from class org.openforis.collect.datacleansing.form.DataCleansingItemForm
getCreationDate, getModifiedDate, getUuid, setCreationDate, setModifiedDate, setUuid
-
-
-
-
Constructor Detail
-
DataCleansingStepForm
public DataCleansingStepForm()
-
DataCleansingStepForm
public DataCleansingStepForm(DataCleansingStep step)
-
-
Method Detail
-
getType
public DataCleansingStep.DataCleansingStepType getType()
-
getQueryTitle
public String getQueryTitle()
-
getQueryDescription
public String getQueryDescription()
-
getQueryId
public Integer getQueryId()
-
setQueryId
public void setQueryId(Integer queryId)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getTypeCode
public String getTypeCode()
-
setTypeCode
public void setTypeCode(String typeCode)
-
getUpdateValues
public List<DataCleansingStepValue> getUpdateValues()
-
setUpdateValues
public void setUpdateValues(List<DataCleansingStepValue> values)
-
-