ExcelCourseGroup

org.openurp.edu.program.service.LixinPlanExcelReader.ExcelCourseGroup
class ExcelCourseGroup(val indexno: String, val typeName: String, val givenName: Option[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addGroup(typeName: String, givenName: Option[String]): ExcelCourseGroup
def findGroup(name: String, givenName: Option[String]): Option[ExcelCourseGroup]
def newChildIndexno(): String
def rankId: Int
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 updateCreditAndHours(credits: Double, creditHours: Int, theoreticalHours: Int, practicalHours: Int): Unit

Concrete fields

var children: ArrayBuffer[ExcelCourseGroup]
val courses: ArrayBuffer[ExcelPlanCourse]
var creditHours: Int
var credits: Double
var departments: Option[String]
val givenName: Option[String]
val indexno: String
var parent: Option[ExcelCourseGroup]
var practicalHours: Int
var remark: Option[String]
var stage: Option[CalendarStage]
var termCredits: String
var terms: Terms
var theoreticalHours: Int
val typeName: String
var weeks: Option[Int]