case class Shift(name: String, occupation: Occupation, types: List[String], lessons: List[Lesson], rooms: List[SpaceRef]) extends Product with Serializable

Source
Schedule.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shift
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Shift(name: String, occupation: Occupation, types: List[String], lessons: List[Lesson], rooms: List[SpaceRef])

Value Members

  1. val lessons: List[Lesson]
  2. val name: String
  3. val occupation: Occupation
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val rooms: List[SpaceRef]
  6. val types: List[String]