c

org.openurp.edu.base.model

StudentState

class StudentState extends LongId with StdEnrollment with TemporalOn with Remark

学籍状态日志

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val beginOn: LocalDate
    Definition Classes
    TemporalOn
  6. var campus: Campus

    校区

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. var department: Department

    管理院系

    管理院系

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

    专业方向

    专业方向

    Definition Classes
    StudentStateStdEnrollment
  10. val endOn: Option[LocalDate]
    Definition Classes
    TemporalOn
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. var grade: String

    年级

    年级

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

    是否在校

    是否在校

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

    专业

    专业

    Definition Classes
    StudentStateStdEnrollment
  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. val remark: Option[String]
    Definition Classes
    Remark
  25. var squad: Option[Squad]

    行政班级

    行政班级

    Definition Classes
    StudentStateStdEnrollment
  26. var status: StudentStatus

    学籍状态

    学籍状态

    Definition Classes
    StudentStateStdEnrollment
  27. var std: Student

    学生

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  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
    TemporalOn

Deprecated Value Members

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

Inherited from Remark

Inherited from TemporalOn

Inherited from StdEnrollment

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped