ExcelPlanCourse

org.openurp.edu.program.service.LixinPlanExcelReader.ExcelPlanCourse
class ExcelPlanCourse(val seq: Int, val courseCode: String, val courseName: String, val courseNameEn: String, val credits: Double, val creditHours: Int, val weeks: Int, val theoreticalHours: Int, val practicalHours: Int, val nature: String, val terms: String, val depart: String, var remark: Option[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toTerms: Terms

Concrete fields

val courseCode: String
val courseName: String
val courseNameEn: String
val creditHours: Int
val credits: Double
val depart: String
val nature: String
val practicalHours: Int
var remark: Option[String]
val seq: Int
val terms: String
val theoreticalHours: Int
val weeks: Int