Class ChecksQuestion


  • public class ChecksQuestion
    extends HibernateObject
    This class represents a question which can be asked through a QALink Questions can also be links or image capture events
    Author:
    SGSystems
    • Field Detail

      • question

        public java.lang.String question
      • allowCustom

        public int allowCustom
        Boolean indicating whether a custom response can be provided (typed and not selected)
      • textColor

        public java.lang.String textColor
        Overrides the color of the text
      • specification

        public java.lang.String specification
        Specification for the Operator to view responding to the check.
      • checksTemplate

        public ChecksTemplates checksTemplate
        The ChecksTemplates that is associated with the check.
      • type

        public int type
        The ChecksTemplates that is associated with the check.
      • lowerTol

        public java.lang.Double lowerTol
        0 = Checks, 1 = Asset Task
      • upperTol

        public java.lang.Double upperTol
        The lower tolerance that is used when responding to the check.
      • dateOffset

        public java.lang.Integer dateOffset
        The upper tolerance that is used when responding to the check.
      • target

        public java.lang.Double target
        The offset that is used when entering a date in days
    • Constructor Detail

      • ChecksQuestion

        public ChecksQuestion()
    • Method Detail

      • getDeleted

        public java.util.Date getDeleted()
      • setDeleted

        public void setDeleted​(java.util.Date deleted)
      • getTextColor

        public java.lang.String getTextColor()
      • setTextColor

        public void setTextColor​(java.lang.String textColor)
      • getActualTextColor

        public java.awt.Color getActualTextColor()
      • setActualTextColor

        public void setActualTextColor​(java.awt.Color color)
      • getSpecification

        public java.lang.String getSpecification()
      • setSpecification

        public void setSpecification​(java.lang.String specification)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getQuestion

        public java.lang.String getQuestion()
      • setQuestion

        public void setQuestion​(java.lang.String question)
      • getAllowCustom

        public int getAllowCustom()
      • setAllowCustom

        public void setAllowCustom​(int allowCustom)
      • setChecksTemplate

        public void setChecksTemplate​(ChecksTemplates checksTemplate)
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getLowerTol

        public java.lang.Double getLowerTol()
      • setLowerTol

        public void setLowerTol​(java.lang.Double lowerTol)
      • getUpperTol

        public java.lang.Double getUpperTol()
      • setUpperTol

        public void setUpperTol​(java.lang.Double upperTol)
      • getDateOffset

        public java.lang.Integer getDateOffset()
      • setDateOffset

        public void setDateOffset​(java.lang.Integer dateOffset)
      • getTarget

        public java.lang.Double getTarget()
      • setTarget

        public void setTarget​(java.lang.Double target)