CourseIdentifier

case class CourseIdentifier(courseName: String, degreeName: String, universityName: String)

Case class for the CourseIdentifier model

Value parameters:
courseName

the name of the course (E.g. Paradigmi di Programmazione e Sviluppo)

degreeName

the name of the degree course (E.g. Laurea Magistrale in Ingegneria e Scienze Informatiche)

universityName

the name of the university (E.g. University of Bologna)

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

Value members

Inherited methods

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