class Clazz extends LongId with ProjectBased with Updated with Cloneable with Named
教学任务 每学期开课任务,以此为开始作为排课、排考、成绩录入的依据。代表着从对上课对象和开课院系的完整的教学实际任务信息. - 1、教什么(课程名称、类别)、什么时候教(学年学期),谁来教(授课学院、零个或多个教师) - 2、教学班信息——教谁(学生人数、上课对象(院系、学生类别)、选课对象)
- 3、安排情况(具体安排,开始周、结束周、总课时)
- 4、选课情况(是否预选、选课上下限、实选人数、选课规则) - 5、任务要求(教室要求、课程要求(教材、参考书、案例)、是否挂牌、是否双语)
- 6、创建时间、修改时间、备注
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Clazz
- Named
- Cloneable
- Cloneable
- Updated
- ProjectBased
- LongId
- LongIdEntity
- NumId
- Entity
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Clazz()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
var
campus: Campus
开课校区
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
var
course: Course
课程
-
var
courseType: CourseType
课程类别
-
var
crn: String
课程序号
-
var
enrollment: Enrollment
教学班
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- Entity → AnyRef → Any
-
var
exam: Exam
考试安排
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
var
group: Option[ClazzGroup]
所属课程组
-
def
hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
-
var
id: Long
- Definition Classes
- NumId → Entity
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
var
langType: TeachLangType
授课语言类型
-
val
name: String
- Definition Classes
- Named
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
persisted: Boolean
- Definition Classes
- Entity
- Annotations
- @Transient()
-
val
project: Project
- Definition Classes
- ProjectBased
-
var
remark: Option[String]
备注
-
var
schedule: Schedule
课程安排
-
var
semester: Semester
教学日历
-
var
state: State
审核状态
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- var tags: Set[ClazzTag]
-
var
teachDepart: Department
开课院系
-
var
teachers: Buffer[Teacher]
授课教师
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
updatedAt: Instant
- Definition Classes
- Updated
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )