Interface ChallengeQuestion

All Superinterfaces:
Serializable
All Known Implementing Classes:
ChallengeQuestionImpl

public interface ChallengeQuestion extends Serializable
  • Method Details

    • getId

      Long getId()
    • setId

      void setId(Long id)
    • getQuestion

      String getQuestion()
    • setQuestion

      void setQuestion(String question)