Class PanelNewDataCollectionSheetParams
java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.sheet.PanelNewDataCollectionSheetParams
- All Implemented Interfaces:
Serializable
Object that contains all the main params that will be used in the
PanelNewDataCollectionSheet. - Since:
- 12.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the panel new data collection sheet params operation center id.Returns the panel new data collection sheet params template id.Returns the panel new data collection sheet params wo operation id.voidsetOperationCenter(Long operationCenter) Sets the operation center id.voidsetTemplateId(Long templateId) Sets the template id.voidsetWoOperation(Long woOperation) Sets the wo operation id.
-
Field Details
-
templateId
-
operationCenter
-
woOperation
-
-
Constructor Details
-
PanelNewDataCollectionSheetParams
public PanelNewDataCollectionSheetParams()
-
-
Method Details
-
getTemplateId
Returns the panel new data collection sheet params template id.- Returns:
- the panel new data collection sheet params template id
- See Also:
-
setTemplateId
Sets the template id.- Parameters:
templateId- the template id- See Also:
-
getOperationCenter
Returns the panel new data collection sheet params operation center id.- Returns:
- the panel new data collection sheet params operation center id
- See Also:
-
setOperationCenter
Sets the operation center id.- Parameters:
operationCenter- the operation center id- See Also:
-
getWoOperation
Returns the panel new data collection sheet params wo operation id.- Returns:
- the panel new data collection sheet params wo operation id
- See Also:
-
setWoOperation
Sets the wo operation id.- Parameters:
woOperation- the wo operation id- See Also:
-