org.activemath.webapp.exercises.tools
Class Interaction.FeedbackItem
java.lang.Object
org.activemath.webapp.exercises.tools.Interaction.FeedbackItem
- Enclosing class:
- Interaction
public class Interaction.FeedbackItem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interaction.FeedbackItem
public Interaction.FeedbackItem()
getName
public String getName()
getTechId
public String getTechId()
getType
public String getType()
getElement
public org.jdom.Element getElement()
setName
public void setName(String name)
setTechId
public void setTechId(String techId)
setType
public void setType(String type)
setElement
public void setElement(org.jdom.Element element)