org.activemath.webapp.extasy.views
Class CollectionView

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

public class CollectionView
extends Object


Constructor Summary
CollectionView()
           
 
Method Summary
 Map getItems()
           
 String getName()
           
 List getNames()
           
 void setItems(Map items)
           
 void setName(String name)
           
 void setNames(List names)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionView

public CollectionView()
Method Detail

getNames

public List getNames()

getItems

public Map getItems()

setNames

public void setNames(List names)

setItems

public void setItems(Map items)

getName

public String getName()

setName

public void setName(String name)