SavedCourse

case class SavedCourse(courseId: CourseIdentifier, description: Option[String], quizList: List[Quiz]) extends Course

Case class for SavedCourse model

Value parameters:
courseId

course identifier

description

description of the course (optional)

quizList

quiz list of saved quiz

trait Serializable
trait Product
trait Equals
trait Course
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product