public class SurveyFileFormObject extends FormObject<SurveyFile>
| Modifier and Type | Field and Description |
|---|---|
static String |
FILENAMES_FIELD_NAME |
static String |
TYPE_FIELD_NAME |
VERSION_EMPTY_SELECTION| Constructor and Description |
|---|
SurveyFileFormObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilenames() |
String |
getType() |
void |
loadFrom(SurveyFile source,
String language) |
protected void |
reset() |
void |
saveTo(SurveyFile dest,
String language) |
void |
setFilenames(String filenames) |
void |
setType(String type) |
getSourcepublic static final String FILENAMES_FIELD_NAME
public static final String TYPE_FIELD_NAME
public void loadFrom(SurveyFile source, String language)
loadFrom in class FormObject<SurveyFile>public void saveTo(SurveyFile dest, String language)
saveTo in class FormObject<SurveyFile>protected void reset()
reset in class FormObject<SurveyFile>public String getType()
public void setType(String type)
public String getFilenames()
public void setFilenames(String filenames)
Copyright © 2021 Open Foris. All rights reserved.