Class DataCollectionSheetInstanceAssociateToWOOperationInput

java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceAssociateToWOOperationInput

public class DataCollectionSheetInstanceAssociateToWOOperationInput extends Object
Since:
12.0
  • Constructor Details

    • DataCollectionSheetInstanceAssociateToWOOperationInput

      public DataCollectionSheetInstanceAssociateToWOOperationInput()
  • Method Details

    • getSheet

      public Long getSheet()
      Returns the data collection sheet id.
      Returns:
      the data collection sheet id
      See Also:
    • setSheet

      public void setSheet(Long sheet)
      Sets the sheet id.
      Parameters:
      sheet - the sheet id
      See Also:
    • getWoOperation

      public Long getWoOperation()
      Returns the WO operation associated to the data collection sheet.
      Returns:
      the WO operation id
    • setWoOperation

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

      public boolean isSkipExpressionsEvaluation()
      Checks if it has to skip the expressions evaluation.
      Returns:
      true, if it has to skip the expressions evaluation
    • setSkipExpressionsEvaluation

      public void setSkipExpressionsEvaluation(boolean skipExpressionsEvaluation)
      Sets if it has to skip the expressions evaluation.
      Parameters:
      skipExpressionsEvaluation - if it has to skip the expressions evaluation
    • isCalculateInitialValue

      public boolean isCalculateInitialValue()
      Checks if it has to calculate the initial value.
      Returns:
      true, if it has to calculate the initial value
    • setCalculateInitialValue

      public void setCalculateInitialValue(boolean calculateInitialValue)
      Sets if it has to calculate the initial value.
      Parameters:
      calculateInitialValue - if it has to calculate the initial value