Class BOResourceSkill

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.resources.bl.resource.skill.BOResourceSkill
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOResourceSkill extends DynO
Business object representing a resource skill.
Since:
16.0
See Also:
  • Constructor Details

    • BOResourceSkill

      public BOResourceSkill()
  • Method Details

    • getResource

      public Long getResource()
      Returns the id of the resource associated with the skill.
      Returns:
      the id of the resource
    • setResource

      public void setResource(Long resource)
      Sets the id of the resource associated with the skill.
      Parameters:
      resource - the id of the resource
    • getSkill

      public Long getSkill()
      Returns the id of the skill associated with the resource's skill.
      Returns:
      the id of the skill
    • setSkill

      public void setSkill(Long skill)
      Sets the id of the skill associated with the resource's skill.
      Parameters:
      skill - the id of the skill
    • getLevel

      public Long getLevel()
      Returns the id of the level associated with the crew shell's skill.
      Returns:
      the id of the level
    • setLevel

      public void setLevel(Long level)
      Sets the id of the level associated with the crew shell's skill.
      Parameters:
      level - the id of the level
    • getPriority

      public Long getPriority()
      Returns the priority of the skill associated with the resource's skill.
      Returns:
      the id of the skill
    • setPriority

      public void setPriority(Long priority)
      Sets the priority of the skill associated with the resource's skill.
      Parameters:
      priority - the priority of the skill
    • getPrimarySkill

      public Boolean getPrimarySkill()
      Returns the primary skill flag.
      Returns:
      the primary skill flag
    • setPrimarySkill

      public void setPrimarySkill(Boolean primarySkill)
      Sets the primary skill flag.
      Parameters:
      primarySkill - the primary skill flag