java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.role.BORole
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BORole extends DynO
Business object representing a role.
Since:
16.0
See Also:
  • Constructor Details

    • BORole

      public BORole()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the role
      Returns:
      the ID of the role
    • setId

      public void setId(Long id)
      Sets the ID of the role
      Parameters:
      id - the ID of the role
    • getCode

      public String getCode()
      Returns the code of the role
      Returns:
      the code of the role
    • setCode

      public void setCode(String code)
      Sets the code of the role
      Parameters:
      code - the code of the role
    • getDescription

      public String getDescription()
      Returns the description of the role
      Returns:
      the description of the role
    • setDescription

      public void setDescription(String description)
      Sets the description of the role
      Parameters:
      description - the description of the role
    • getActive

      public Boolean getActive()
      Checks if the role is active.
      Returns:
      true if the role is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the active status of a role.
      Parameters:
      active - true if the role must be active, false otherwise
    • getOrdering

      public Long getOrdering()
      Returns the ordering of the role
      Returns:
      the ordering of the role
    • setOrdering

      public void setOrdering(Long ordering)
      Sets the ordering of the role
      Parameters:
      ordering - the ordering of the role
    • getMinimumNumber

      public Long getMinimumNumber()
      Returns the minimum number of the role
      Returns:
      the minimum number of the role
    • setMinimumNumber

      public void setMinimumNumber(Long minimumNumber)
      Sets the minimum number of the role
      Parameters:
      minimumNumber - the minimum number of the role
    • getMaximumNumber

      public Long getMaximumNumber()
      Returns the maximum number of the role
      Returns:
      the maximum number of the role
    • setMaximumNumber

      public void setMaximumNumber(Long maximumNumber)
      Sets the maximum number of the role
      Parameters:
      maximumNumber - the maximum number of the role