Class BOSkillDivision

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.skills.bl.division.BOSkillDivision
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOSkillDivision extends DynO
Business object representing a skill division
It contains the main and proper characteristics of the skill division, such as the id.
.
Since:
10.1
See Also:
GCApi:
bo
  • Constructor Details

    • BOSkillDivision

      public BOSkillDivision()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the skill division id.
      Parameters:
      id - the skill division id
    • 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
    • getActive

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

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