Class QAGroupLink


  • public class QAGroupLink
    extends HibernateObject
    The link between a QA group and a set of questions
    Author:
    Maver
    • Field Detail

      • sequence

        public int sequence
    • Constructor Detail

      • QAGroupLink

        public QAGroupLink()
    • Method Detail

      • getQaGroup

        public QAGroup getQaGroup()
      • setQaGroup

        public void setQaGroup​(QAGroup qaGroup)
      • getQuestion

        public Question getQuestion()
      • setQuestion

        public void setQuestion​(Question question)
      • getSequence

        public int getSequence()
      • setSequence

        public void setSequence​(int sequence)
      • isBeingShifted

        public boolean isBeingShifted()
      • setBeingShifted

        public void setBeingShifted​(boolean isBeingShifted)