org.activemath.webapp.extasy.views
Class InteractionView

java.lang.Object
  extended by org.activemath.webapp.extasy.views.InteractionView

public class InteractionView
extends Object


Nested Class Summary
 class InteractionView.ItemView
           
 
Constructor Summary
InteractionView()
           
 
Method Summary
 String getId()
           
 List getItems()
           
 String getName()
           
 boolean isInteractive()
           
 void setId(String id)
           
 void setInteractive(boolean interactive)
           
 void setItems(List items)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionView

public InteractionView()
Method Detail

getItems

public List getItems()

getId

public String getId()

getName

public String getName()

isInteractive

public boolean isInteractive()

setInteractive

public void setInteractive(boolean interactive)

setId

public void setId(String id)

setItems

public void setItems(List items)

setName

public void setName(String name)