Class PanelNewDataCollectionSheetParams

java.lang.Object
overit.geocallapp.wfm.core.ux.datacollection.sheet.PanelNewDataCollectionSheetParams
All Implemented Interfaces:
Serializable

public class PanelNewDataCollectionSheetParams extends Object implements Serializable
Object that contains all the main params that will be used in the PanelNewDataCollectionSheet.
Since:
12.0
See Also:
  • Field Details

    • templateId

      protected Long templateId
    • operationCenter

      protected Long operationCenter
    • woOperation

      protected Long woOperation
  • Constructor Details

    • PanelNewDataCollectionSheetParams

      public PanelNewDataCollectionSheetParams()
  • Method Details

    • getTemplateId

      public Long getTemplateId()
      Returns the panel new data collection sheet params template id.
      Returns:
      the panel new data collection sheet params template id
      See Also:
    • setTemplateId

      public void setTemplateId(Long templateId)
      Sets the template id.
      Parameters:
      templateId - the template id
      See Also:
    • getOperationCenter

      public Long 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

      public void setOperationCenter(Long operationCenter)
      Sets the operation center id.
      Parameters:
      operationCenter - the operation center id
      See Also:
    • getWoOperation

      public Long 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

      public void setWoOperation(Long woOperation)
      Sets the wo operation id.
      Parameters:
      woOperation - the wo operation id
      See Also: