QuestionImpl.java
// license-header java merge-point
/**
* This is only generated once! It will never be overwritten.
* You can (and have to!) safely modify it by hand.
*/
package org.andromda.samples.animalquiz.decisiontree;
/**
* @see Question
*/
public class QuestionImpl
extends Question
{
/**
* The serial version UID of this class. Needed for serialization.
*/
private static final long serialVersionUID = -6784248913029486142L;
/**
* @see Question#getPrompt()
*/
public String getPrompt()
{
return this.getPromptString();
}
}