org.openurp.edu.base.model

ProgramBean

Related Doc: package model

class ProgramBean extends LongIdBean with Program

专业培养方案

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

Instance Constructors

  1. new ProgramBean()

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

    毕业授予学位

    毕业授予学位

    Definition Classes
    Program
  8. var department: Department

    部门

    部门

    Definition Classes
    Program
  9. var direction: Direction

    专业方向

    专业方向

    Definition Classes
    Program
  10. var duration: Float

    学制

    学制

    Definition Classes
    Program
  11. var education: Education

    培养层次

    培养层次

    Definition Classes
    Program
  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

    年级

    年级

    Definition Classes
    Program
  18. def hashCode(): Int

    Definition Classes
    Entity → AnyRef → Any
  19. var id: Long

    Definition Classes
    NumIdBean → Entity
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. var major: Major

    专业

    专业

    Definition Classes
    Program
  22. var name: String

    Definition Classes
    Named
  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 remark: String

    备注

    备注

    Definition Classes
    Program
  28. var state: State

    审核状态

    审核状态

    Definition Classes
    Program
  29. var stdType: StdType

    学生类别

    学生类别

    Definition Classes
    Program
  30. var studyType: StudyType

    学习形式

    学习形式

    Definition Classes
    Program
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. var updatedAt: Date

    Definition Classes
    Updated
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Program

Inherited from TemporalOn

Inherited from Cloneable

Inherited from Cloneable

Inherited from Named

Inherited from Updated

Inherited from LongIdEntity

Inherited from LongIdBean

Inherited from NumIdBean[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped