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

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

public class Interaction.InteractionElement
extends Object


Constructor Summary
Interaction.InteractionElement()
           
 
Method Summary
 List getElements()
           
 String getTechId()
           
 String getType()
           
 void setElements(List elements)
           
 void setTechId(String techId)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interaction.InteractionElement

public Interaction.InteractionElement()
Method Detail

getElements

public List getElements()

getTechId

public String getTechId()

getType

public String getType()

setElements

public void setElements(List elements)

setTechId

public void setTechId(String techId)

setType

public void setType(String type)