org.openurp.edu.base

Program

Related Doc: package base

trait Program extends LongIdEntity with Updated with Named with Cloneable with TemporalOn

Linear Supertypes
TemporalOn, Cloneable, Cloneable, Named, Updated, LongIdEntity, Entity[Long], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Program
  2. TemporalOn
  3. Cloneable
  4. Cloneable
  5. Named
  6. Updated
  7. LongIdEntity
  8. Entity
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def id: Long

    Definition Classes
    Entity

Concrete 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 beginOn: Date

    Definition Classes
    TemporalOn
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var degree: Degree

    毕业授予学位

  8. var department: Department

    部门

  9. var direction: Direction

    专业方向

  10. var duration: Float

    学制

  11. var education: Education

    培养层次

  12. var endOn: Date

    Definition Classes
    TemporalOn
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(other: Any): Boolean

    Definition Classes
    Entity → AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. var grade: String

    年级

  18. def hashCode(): Int

    Definition Classes
    Entity → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. var major: Major

    专业

  21. var name: String

    Definition Classes
    Named
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def persisted: Boolean

    Definition Classes
    Entity
    Annotations
    @Transient()
  26. var remark: String

    备注

  27. var state: State

    审核状态

  28. var stdType: StdType

    学生类别

  29. var studyType: StudyType

    学习形式

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. var updatedAt: Date

    Definition Classes
    Updated
  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 TemporalOn

Inherited from Cloneable

Inherited from Cloneable

Inherited from Named

Inherited from Updated

Inherited from LongIdEntity

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped