Class BOOssResponseLog

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.oss.response.BOOssResponseLog
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOOssResponseLog extends DynO
Business object representing an OSS response log entry.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOOssResponseLog

      public BOOssResponseLog()
  • Method Details

    • getId

      public Long getId()
      Returns the id of the OSS response log.
      Returns:
      the OSS response log id
    • setId

      public void setId(Long id)
      Sets the id of the OSS response log.
      Parameters:
      id - the OSS response log id
    • getMatrixId

      public Long getMatrixId()
      Returns the matrix id.
      Returns:
      the matrix id
    • setMatrixId

      public void setMatrixId(Long matrixId)
      Sets the matrix id.
      Parameters:
      matrixId - the matrix id
    • getResponseType

      public Long getResponseType()
      Returns the response type id.
      Returns:
      the response type id
    • setResponseType

      public void setResponseType(Long responseType)
      Sets the response type id.
      Parameters:
      responseType - the response type id
    • getCallDate

      public Date getCallDate()
      Returns the call date.
      Returns:
      the call date
    • setCallDate

      public void setCallDate(Date callDate)
      Sets the call date.
      Parameters:
      callDate - the call date