Packages

class Syllabus extends LongId with Updated with DateRange

课程教学大纲

Linear Supertypes
DateRange, Updated, LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Syllabus
  2. DateRange
  3. Updated
  4. LongId
  5. LongIdEntity
  6. NumId
  7. Entity
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Syllabus()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. var attachments: Buffer[SyllabusFile]

    附件

  6. var auditAt: Option[Instant]

    审核时间

  7. var auditor: Option[User]

    审核人

  8. var author: User

    作者

  9. val beginOn: LocalDate
    Definition Classes
    DateRange
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. var course: Course

    课程

  12. var department: Department

    开课院系

  13. val endOn: LocalDate
    Definition Classes
    DateRange
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  18. var id: Long
    Definition Classes
    NumId → Entity
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  24. var semester: Semester

    修订时的学年学期

  25. var status: Status

    状态

  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. var teachingGroup: Option[TeachingGroup]

    教研室

  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. val updatedAt: Instant
    Definition Classes
    Updated
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def within(date: LocalDate): Boolean
    Definition Classes
    DateRange

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from DateRange

Inherited from Updated

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped