c

org.openurp.edu.base.model

StudentState

class StudentState extends LongId with StdEnrollment with TemporalOn with Remark

学籍状态日志

Linear Supertypes
Remark, TemporalOn, StdEnrollment, LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StudentState
  2. Remark
  3. TemporalOn
  4. StdEnrollment
  5. LongId
  6. NumId
  7. Entity
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StudentState()

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. var adminclass: Option[Adminclass]

    行政班级

    行政班级

    Definition Classes
    StudentStateStdEnrollment
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val beginOn: LocalDate
    Definition Classes
    TemporalOn
  7. var campus: Campus

    校区

  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. var department: Department

    管理院系

    管理院系

    Definition Classes
    StudentStateStdEnrollment
  10. var direction: Option[Direction]

    专业方向

    专业方向

    Definition Classes
    StudentStateStdEnrollment
  11. val endOn: Option[LocalDate]
    Definition Classes
    TemporalOn
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. var grade: String

    年级

    年级

    Definition Classes
    StudentStateStdEnrollment
  17. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  18. var id: Long
    Definition Classes
    NumId → Entity
  19. var inschool: Boolean

    是否在校

    是否在校

    Definition Classes
    StudentStateStdEnrollment
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. var major: Major

    专业

    专业

    Definition Classes
    StudentStateStdEnrollment
  22. var majorDepart: Department

    专业所在院系

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  27. var program: Option[Program]

    培养方案

  28. val remark: Option[String]
    Definition Classes
    Remark
  29. var status: StudentStatus

    学籍状态

    学籍状态

    Definition Classes
    StudentStateStdEnrollment
  30. var std: Student

    学生

  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Remark

Inherited from TemporalOn

Inherited from StdEnrollment

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped