Class BOTeamLevel

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.level.BOTeamLevel
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOTeamLevel extends DynO implements Serializable
Business Object representing a Team Level.
It represents the details about the team level.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTeamLevel

      public BOTeamLevel()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the team level.
      Returns:
      id the ID of the team level
    • setId

      public void setId(Long id)
      Sets the ID of the team level.
      Parameters:
      id - the ID of the team level
    • getDescription

      public String getDescription()
      Returns the description of the team level.
      Returns:
      description the description of the team level
    • setDescription

      public void setDescription(String description)
      Sets the description of the team level.
      Parameters:
      description - the description of the team level
    • getCode

      public final String getCode()
      Returns the code of the team level.
      Returns:
      code the code of the team level
    • setCode

      public final void setCode(String code)
      Sets the code of the team level.
      Parameters:
      code - the code of the team level