Class QAGroup


  • public class QAGroup
    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

      • code

        public java.lang.String code
        The group of questions that this belongs to
      • qaGroup

        public java.lang.String qaGroup
      • eventType

        public int eventType
      • deleted

        public java.util.Date deleted
    • Constructor Detail

      • QAGroup

        public QAGroup()
    • Method Detail

      • getQuestion

        public Question getQuestion()
      • setQuestion

        public void setQuestion​(Question question)
      • getEventType

        public int getEventType()
      • setEventType

        public void setEventType​(int eventType)
      • getCode

        public java.lang.String getCode()
      • setCode

        public void setCode​(java.lang.String code)
      • getDeleted

        public java.util.Date getDeleted()
      • setDeleted

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

        public java.lang.String getQaGroup()
      • setQaGroup

        public void setQaGroup​(java.lang.String qaGroup)
      • getLocation

        public Location getLocation()
      • setLocation

        public void setLocation​(Location location)
      • toString

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