Class AdQuestion

    • Constructor Detail

      • AdQuestion

        public AdQuestion()
    • Method Detail

      • getAnswer

        public String getAnswer()
      • getAnswerDate

        public Date getAnswerDate()
      • getNetwork

        public Network getNetwork()
        Description copied from interface: HasNetwork
        Returns the network this entity belongs to
      • getOwner

        public User getOwner()
      • getQuestion

        public String getQuestion()
      • getQuestionDate

        public Date getQuestionDate()
      • setAd

        public void setAd​(BasicAd ad)
      • setAnswer

        public void setAnswer​(String answer)
      • setAnswerDate

        public void setAnswerDate​(Date answerDate)
      • setOwner

        public void setOwner​(User owner)
      • setQuestion

        public void setQuestion​(String question)
      • setQuestionDate

        public void setQuestionDate​(Date questionDate)