Class BOTeamType

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

public class BOTeamType extends DynO implements Serializable
Business object representing a team type
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTeamType

      public BOTeamType()
  • Method Details

    • getId

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

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

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

      public final void setCode(String code)
      Sets the team type code.
      Parameters:
      code - the team type code
    • getDescription

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

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description
    • getOrder

      public Long getOrder()
      Returns the order.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the order.
      Parameters:
      order - the order
    • isActive

      public Boolean isActive()
      Checks if type is active.
      Returns:
      true if is active
    • setActive

      public void setActive(Boolean active)
      Sets the type active flag.
      Parameters:
      active - the type active flag
    • isSingle

      public Boolean isSingle()
      Checks if type is single.
      Returns:
      true if is single
    • setSingle

      public void setSingle(Boolean single)
      Sets the type single flag.
      Parameters:
      single - the single flag