Class SurveyController.SurveyExportParameters
- java.lang.Object
-
- org.openforis.collect.web.controller.SurveyController.SurveyExportParameters
-
- Enclosing class:
- SurveyController
public static class SurveyController.SurveyExportParameters extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSurveyController.SurveyExportParameters.OutputFormat
-
Constructor Summary
Constructors Constructor Description SurveyExportParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguageCode()SurveyController.SurveyExportParameters.OutputFormatgetOutputFormat()StringgetRdbDateTimeFormat()RDBPrintJob.RdbDialectgetRdbDialectEnum()StringgetRdbTargetSchemaName()IntegergetSurveyId()SurveyController.SurveyCloneParameters.SurveyTypegetSurveyType()StringgetSurveyUri()booleanisIncludeData()booleanisSkipValidation()voidsetIncludeData(boolean includeData)voidsetLanguageCode(String languageCode)voidsetOutputFormat(SurveyController.SurveyExportParameters.OutputFormat outputFormat)voidsetRdbDateTimeFormat(String rdbDateTimeFormat)voidsetRdbTargetSchemaName(String rdbTargetSchemaName)voidsetSkipValidation(boolean skipValidation)voidsetSurveyId(Integer surveyId)voidsetSurveyType(SurveyController.SurveyCloneParameters.SurveyType surveyType)voidsetSurveyUri(String surveyUri)
-
-
-
Method Detail
-
getSurveyUri
public String getSurveyUri()
-
getRdbDialectEnum
public RDBPrintJob.RdbDialect getRdbDialectEnum()
-
setSurveyUri
public void setSurveyUri(String surveyUri)
-
getSurveyId
public Integer getSurveyId()
-
setSurveyId
public void setSurveyId(Integer surveyId)
-
getSurveyType
public SurveyController.SurveyCloneParameters.SurveyType getSurveyType()
-
setSurveyType
public void setSurveyType(SurveyController.SurveyCloneParameters.SurveyType surveyType)
-
getOutputFormat
public SurveyController.SurveyExportParameters.OutputFormat getOutputFormat()
-
setOutputFormat
public void setOutputFormat(SurveyController.SurveyExportParameters.OutputFormat outputFormat)
-
getLanguageCode
public String getLanguageCode()
-
setLanguageCode
public void setLanguageCode(String languageCode)
-
isSkipValidation
public boolean isSkipValidation()
-
setSkipValidation
public void setSkipValidation(boolean skipValidation)
-
isIncludeData
public boolean isIncludeData()
-
setIncludeData
public void setIncludeData(boolean includeData)
-
getRdbDateTimeFormat
public String getRdbDateTimeFormat()
-
setRdbDateTimeFormat
public void setRdbDateTimeFormat(String rdbDateTimeFormat)
-
getRdbTargetSchemaName
public String getRdbTargetSchemaName()
-
setRdbTargetSchemaName
public void setRdbTargetSchemaName(String rdbTargetSchemaName)
-
-