public interface QuestionContract extends IdentifiableNumeric
Modifier and Type | Method and Description |
---|---|
Integer |
getAnswerMaxLength() |
Integer |
getDisplayedAnswers() |
String |
getDocumentNumber() |
String |
getLookupClass() |
String |
getLookupReturn() |
Integer |
getMaxAnswers() |
String |
getQuestion() |
QuestionCategoryContract |
getQuestionCategory() |
List<? extends QuestionExplanationContract> |
getQuestionExplanations() |
Integer |
getQuestionSeqId() |
QuestionTypeContract |
getQuestionType() |
Integer |
getSequenceNumber() |
String |
getSequenceStatus() |
String |
getStatus() |
getId
String getDocumentNumber()
Integer getQuestionSeqId()
Integer getSequenceNumber()
String getSequenceStatus()
String getQuestion()
String getLookupClass()
String getLookupReturn()
Integer getDisplayedAnswers()
Integer getMaxAnswers()
Integer getAnswerMaxLength()
QuestionCategoryContract getQuestionCategory()
QuestionTypeContract getQuestionType()
List<? extends QuestionExplanationContract> getQuestionExplanations()
Copyright © 2014 The Kuali Foundation. All rights reserved.