Class SurveyFileFormObject
- java.lang.Object
-
- org.openforis.collect.designer.form.FormObject<SurveyFile>
-
- org.openforis.collect.designer.form.SurveyFileFormObject
-
public class SurveyFileFormObject extends FormObject<SurveyFile>
- Author:
- S. Ricci
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILENAMES_FIELD_NAMEstatic StringTYPE_FIELD_NAME-
Fields inherited from class org.openforis.collect.designer.form.FormObject
VERSION_EMPTY_SELECTION
-
-
Constructor Summary
Constructors Constructor Description SurveyFileFormObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilenames()StringgetType()voidloadFrom(SurveyFile source, String language)protected voidreset()voidsaveTo(SurveyFile dest, String language)voidsetFilenames(String filenames)voidsetType(String type)-
Methods inherited from class org.openforis.collect.designer.form.FormObject
getSource
-
-
-
-
Field Detail
-
FILENAMES_FIELD_NAME
public static final String FILENAMES_FIELD_NAME
- See Also:
- Constant Field Values
-
TYPE_FIELD_NAME
public static final String TYPE_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadFrom
public void loadFrom(SurveyFile source, String language)
- Overrides:
loadFromin classFormObject<SurveyFile>
-
saveTo
public void saveTo(SurveyFile dest, String language)
- Overrides:
saveToin classFormObject<SurveyFile>
-
reset
protected void reset()
- Overrides:
resetin classFormObject<SurveyFile>
-
getType
public String getType()
-
setType
public void setType(String type)
-
getFilenames
public String getFilenames()
-
setFilenames
public void setFilenames(String filenames)
-
-