Skip to content

Commit

Permalink
KRACOEUS-8192: adding to Answer api
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherbie committed Oct 24, 2014
1 parent 8ca85c4 commit f39cbf8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public interface AnswerContract extends IdentifiableNumeric {

Long getQuestionId();

Integer getQuestionSeqId();

Long getQuestionnaireQuestionsId();

List<? extends AnswerContract> getParentAnswers();
Expand Down

0 comments on commit f39cbf8

Please sign in to comment.