01: // license-header java merge-point
02: /**
03: * This is only generated once! It will never be overwritten.
04: * You can (and have to!) safely modify it by hand.
05: */package org.andromda.samples.animalquiz.decisiontree;
06:
07: /**
08: * @see org.andromda.samples.animalquiz.decisiontree.Question
09: */
10: public class QuestionImpl extends
11: org.andromda.samples.animalquiz.decisiontree.Question {
12: /**
13: * The serial version UID of this class. Needed for serialization.
14: */
15: private static final long serialVersionUID = -6784248913029486142L;
16:
17: /**
18: * @see org.andromda.samples.animalquiz.decisiontree.Question#getPrompt()
19: */
20: public java.lang.String getPrompt() {
21: return this.getPromptString();
22: }
23:
24: }
|