Class BOQualification

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

public class BOQualification extends DynO
Business object representing a qualification
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOQualification

      public BOQualification()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the qualification id.
      Parameters:
      id - the qualification 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 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 id.
      Returns:
      the order id
    • setOrder

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

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

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

      public final Boolean getGeneric()
      Returns the generic.
      Returns:
      the generic
    • setGeneric

      public final void setGeneric(Boolean generic)
      Sets the generic.
      Parameters:
      generic - the generic