Class BOResourceQualification

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

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

    • BOResourceQualification

      public BOResourceQualification()
  • Method Details

    • getResource

      public Long getResource()
      Returns the resource id.
      Returns:
      the resource id
    • setResource

      public void setResource(Long resource)
      Sets the resource id.
      Parameters:
      resource - the resource id
    • getStartDate

      public Date getStartDate()
      Returns the start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the start date.
      Parameters:
      startDate - the start date
    • getEndDate

      public Date getEndDate()
      Returns the end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the end date.
      Parameters:
      endDate - the end date
    • getQualificationType

      public Long getQualificationType()
      Returns the qualification type.
      Returns:
      the qualification type
    • setQualificationType

      public void setQualificationType(Long qualificationType)
      Sets the qualification type.
      Parameters:
      qualificationType - the qualification type