Class DataCollectionTemplateInsertSheetFromWOOperationInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.event.DataCollectionTemplateInsertSheetFromWOOperationInput
Input object for
DataCollectionTemplateInsertSheetFromWOOperationEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSheet()Returns the sheet.Returns the data collection template id.Returns the wo operation id.voidsetSheet(BODataCollectionSheet sheet) Sets the sheet.voidsetTemplate(Long template) Sets the template id.voidsetWoOperation(Long woOperation) Sets the wo operation id.
-
Constructor Details
-
DataCollectionTemplateInsertSheetFromWOOperationInput
public DataCollectionTemplateInsertSheetFromWOOperationInput()
-
-
Method Details
-
getSheet
Returns the sheet.- Returns:
- the sheet
-
setSheet
Sets the sheet.- Parameters:
sheet- the sheet
-
getTemplate
Returns the data collection template id.- Returns:
- the data collection template id
-
setTemplate
Sets the template id.- Parameters:
template- the template id
-
getWoOperation
Returns the wo operation id.- Returns:
- the wo operation id
-
setWoOperation
Sets the wo operation id.- Parameters:
woOperation- the wo operation id
-