Package org.kuali.coeus.common.api.ynq
Interface YnqContract
-
- All Superinterfaces:
Describable
public interface YnqContract extends Describable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDateRequiredFor()DategetEffectiveDate()StringgetExplanationRequiredFor()StringgetGroupName()IntegergetNoOfAnswers()StringgetQuestionId()StringgetQuestionType()StringgetStatus()List<? extends YnqExplanationContract>getYnqExplanations()-
Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescription
-
-
-
-
Method Detail
-
getQuestionId
String getQuestionId()
-
getDateRequiredFor
String getDateRequiredFor()
-
getEffectiveDate
Date getEffectiveDate()
-
getExplanationRequiredFor
String getExplanationRequiredFor()
-
getGroupName
String getGroupName()
-
getNoOfAnswers
Integer getNoOfAnswers()
-
getQuestionType
String getQuestionType()
-
getStatus
String getStatus()
-
getYnqExplanations
List<? extends YnqExplanationContract> getYnqExplanations()
-
-