PracClazz

org.openurp.prac.activity.model.PracClazz

校内实践课程

Attributes

Graph
Supertypes
class LongId
trait LongIdEntity
class NumId[Long]
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

override def equals(other: Any): Boolean

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

Attributes

Definition Classes
Entity -> Any
Inherited from:
Entity
override def hashCode: Int

Attributes

See also

java.lang.Object#hashCode()

Definition Classes
Entity -> Any
Inherited from:
Entity
def merge(): Unit

Attributes

Inherited from:
AbstractPracActivity
def persisted: Boolean

Return true if persisted

Return true if persisted

Attributes

Inherited from:
Entity
def scheduleContent: String

Attributes

Inherited from:
AbstractPracActivity
def sessions: Iterable[PracSession]

Attributes

Inherited from:
AbstractPracActivity
def teacherNames: String

Attributes

Inherited from:
AbstractPracActivity

Concrete fields

var clazzName: String

班级名称

班级名称

Attributes

var course: Option[Course]

对应课程

对应课程

Attributes

var courseName: String

课程名称

课程名称

Attributes

var courseType: Option[CourseType]

课程类别

课程类别

Attributes

var langType: TeachLangType

授课语言

授课语言

Attributes

Inherited fields

var credits: Option[Float]

学分

学分

Attributes

Inherited from:
AbstractPracActivity
var department: Department

开课院系

开课院系

Attributes

Inherited from:
AbstractPracActivity
var externTeacher: Option[String]

外校教师

外校教师

Attributes

Inherited from:
AbstractPracActivity
var id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
NumId
var project: Project

项目

项目

Attributes

Inherited from:
AbstractPracActivity

会话列表

会话列表

Attributes

Inherited from:
AbstractPracActivity
var semester: Semester

学期

学期

Attributes

Inherited from:
AbstractPracActivity
var stdCount: Int

实际人数

实际人数

Attributes

Inherited from:
AbstractPracActivity
var teachers: Buffer[User]

授课教师

授课教师

Attributes

Inherited from:
AbstractPracActivity