Class BOCriticalActivityRuleHeader

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

public class BOCriticalActivityRuleHeader extends DynO
Business object representing a Critical Activity Rule Header
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCriticalActivityRuleHeader

      public BOCriticalActivityRuleHeader()
  • Method Details

    • getId

      public Long getId()
      Returns the Critical Activity Rule Header id.
      Returns:
      the Critical Activity Rule Header id
    • setId

      public void setId(Long id)
      Sets the Critical Activity Rule Header id.
      Parameters:
      id - the Critical Activity Rule Header id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the Operation Center.
      Returns:
      the Operation Center
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the Operation Center.
      Parameters:
      operationCenter - the Operation Center
    • getCreationUser

      public Long getCreationUser()
      Returns the Creation User.
      Returns:
      the Creation User
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the creation User.
      Parameters:
      creationUser - the creation User
    • getLastModifiedUser

      public Long getLastModifiedUser()
      Returns the Last Modified User.
      Returns:
      the Last Modified User
    • setLastModifiedUser

      public void setLastModifiedUser(Long lastModifiedUser)
      Sets the Last Modified User.
      Parameters:
      lastModifiedUser - the Last Modified User
    • getCriterion

      public Long getCriterion()
      Returns the Criterion.
      Returns:
      the Criterion
    • setCriterion

      public void setCriterion(Long criterion)
      Sets the Criterion.
      Parameters:
      criterion - the Criterion
    • getThreshold

      public Long getThreshold()
      Returns the Threshold (minutes).
      Returns:
      the Threshold
    • setThreshold

      public void setThreshold(Long threshold)
      Sets the Threshold (minutes).
      Parameters:
      threshold - the Threshold
    • getCode

      public String getCode()
      Returns the Code.
      Returns:
      the Code
    • setCode

      public void setCode(String code)
      Sets the Code.
      Parameters:
      code - the Code
    • getDescription

      public LocalizedString getDescription()
      Returns the Description.
      Returns:
      the Description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the Description.
      Parameters:
      description - the Description
    • getReason

      public LocalizedString getReason()
      Returns the Reason.
      Returns:
      the Reason
    • setReason

      public void setReason(LocalizedString reason)
      Sets the Reason.
      Parameters:
      reason - the Reason
    • getActive

      public Boolean getActive()
      Returns the Active.
      Returns:
      the Active
    • setActive

      public void setActive(Boolean active)
      Sets the Active.
      Parameters:
      active - the Active
    • getCreationDate

      public Date getCreationDate()
      Returns the Creation Date.
      Returns:
      the Creation Date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the Creation Date.
      Parameters:
      creationDate - the Creation Date
    • getLastModifiedDate

      public Date getLastModifiedDate()
      Returns the Last Modified Date.
      Returns:
      the Last Modified Date
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
      Sets the Last Modified Date.
      Parameters:
      lastModifiedDate - the Last Modified Date