Class BODataCollectionTemplateWOCreationRule

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.rule.BODataCollectionTemplateWOCreationRule
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BODataCollectionTemplateWOCreationRule extends DynO
Business object representing a data collection template WO creation rule
Since:
12.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODataCollectionTemplateWOCreationRule

      public BODataCollectionTemplateWOCreationRule()
  • Method Details

    • getId

      public Long getId()
      Returns the data collection template WO creation rule id.
      Returns:
      the the data collection template WO creation rule id
    • setId

      public void setId(Long id)
      Sets the data collection template WO creation rule id.
      Parameters:
      id - the data collection template WO creation rule id
    • getTemplate

      public Long getTemplate()
      Returns the template id.
      Returns:
      the template id
      See Also:
    • setTemplate

      public void setTemplate(Long template)
      Sets the template id.
      Parameters:
      template - the template id
      See Also:
    • getWorkCycleOperation

      public Long getWorkCycleOperation()
      Returns the work cycle operation id.
      Returns:
      the work cycle operation id
    • setWorkCycleOperation

      public void setWorkCycleOperation(Long workCycleOperation)
      Sets the work cycle operation id.
      Parameters:
      workCycleOperation - the work cycle operation id
    • getActive

      public Boolean getActive()
      Returns whether the data collection template wo creation rule is the active.
      Returns:
      true if the data collection template wo creation rule is the active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets if the data collection template wo creation rule is the active.
      Parameters:
      active - if the data collection template wo creation rule is the active.