org.activemath.webapp.exercises.tools
Class Interaction.AnswermapItem
java.lang.Object
org.activemath.webapp.exercises.tools.Interaction.AnswermapItem
- Enclosing class:
- Interaction
public class Interaction.AnswermapItem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interaction.AnswermapItem
public Interaction.AnswermapItem()
getName
public String getName()
getTarget
public String getTarget()
getTechId
public String getTechId()
getUserInput
public List getUserInput()
isValid
public boolean isValid()
setName
public void setName(String name)
setTarget
public void setTarget(String target)
setTechId
public void setTechId(String techId)
setUserInput
public void setUserInput(List userInput)