org.activemath.webapp.exercises.tools
Class Interaction.AnswermapItem

java.lang.Object
  extended by org.activemath.webapp.exercises.tools.Interaction.AnswermapItem
Enclosing class:
Interaction

public class Interaction.AnswermapItem
extends Object


Constructor Summary
Interaction.AnswermapItem()
           
 
Method Summary
 String getName()
           
 String getTarget()
           
 String getTechId()
           
 List getUserInput()
           
 boolean isValid()
           
 void setName(String name)
           
 void setTarget(String target)
           
 void setTechId(String techId)
           
 void setUserInput(List userInput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interaction.AnswermapItem

public Interaction.AnswermapItem()
Method Detail

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)