Class DataCollectionSheetInstanceExportXlsxInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceExportXlsxInput
Input object for
DataCollectionSheetInstanceExportXlsxEvent. - Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the file name.Returns the filters.Returns the teacher duty.voidsetFileName(String fileName) Sets the file name.voidsetFilters(Map<String, Object> filters) Set filters.voidsetTeacherDuty(TeacherDuty teacherDuty) Sets the teacher duty.
-
Constructor Details
-
DataCollectionSheetInstanceExportXlsxInput
public DataCollectionSheetInstanceExportXlsxInput()
-
-
Method Details
-
getFilters
Returns the filters.- Returns:
- the filters
-
setFilters
Set filters.- Parameters:
filters- the filters
-
getFileName
Returns the file name.- Returns:
- the file name
-
setFileName
Sets the file name.- Parameters:
fileName- the file name
-
getTeacherDuty
Returns the teacher duty.- Returns:
- the teacher duty
-
setTeacherDuty
Sets the teacher duty.- Parameters:
teacherDuty- the teacher duty
-