Class BODCTemplateVisibilityRuleHeader

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

@SimpleName("VisibilityRule") public class BODCTemplateVisibilityRuleHeader extends DynO
Business Object representing template visibility rule
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODCTemplateVisibilityRuleHeader

      public BODCTemplateVisibilityRuleHeader()
  • Method Details

    • getId

      public Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getCode

      public String getCode()
      Gets the code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the code.
      Parameters:
      code - the new code
    • getTemplate

      public Long getTemplate()
      Gets the template.
      Returns:
      the template
    • setTemplate

      public void setTemplate(Long template)
      Sets the template.
      Parameters:
      template - the new template