ExamDuty

org.openurp.edu.teaching.web.helper.ExamDuty
case class ExamDuty(teacher: Teacher, room: ExamRoom, duty: Duty) extends Ordered[ExamDuty]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[ExamDuty]
trait Comparable[ExamDuty]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def activities: Seq[ExamActivity]
override def compare(that: ExamDuty): Int

Attributes

Definition Classes
Ordered

Inherited methods

def <(that: ExamDuty): Boolean

Attributes

Inherited from:
Ordered
def <=(that: ExamDuty): Boolean

Attributes

Inherited from:
Ordered
def >(that: ExamDuty): Boolean

Attributes

Inherited from:
Ordered
def >=(that: ExamDuty): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: ExamDuty): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product