org.activemath.webapp.exercises
Class ExerciseRepositoryController.ExerciseCollection

java.lang.Object
  extended by org.activemath.webapp.exercises.ExerciseRepositoryController.ExerciseCollection
Enclosing class:
ExerciseRepositoryController

public class ExerciseRepositoryController.ExerciseCollection
extends Object


Constructor Summary
protected ExerciseRepositoryController.ExerciseCollection(String name)
           
 
Method Summary
 void addExercise(ExerciseRepositoryController.Exercise exercise)
           
 List getExercises()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExerciseRepositoryController.ExerciseCollection

protected ExerciseRepositoryController.ExerciseCollection(String name)
Method Detail

addExercise

public void addExercise(ExerciseRepositoryController.Exercise exercise)

getExercises

public List getExercises()

getName

public String getName()