Class

org.openurp.edu.program.plan.model

MajorPlan

Related Doc: package model

Permalink

class MajorPlan extends LongId with AbstractCoursePlan

Linear Supertypes
AbstractCoursePlan, Updated, CoursePlan, TemporalOn, Cloneable, Cloneable, LongIdEntity, LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MajorPlan
  2. AbstractCoursePlan
  3. Updated
  4. CoursePlan
  5. TemporalOn
  6. Cloneable
  7. Cloneable
  8. LongIdEntity
  9. LongId
  10. NumId
  11. Entity
  12. Serializable
  13. Serializable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MajorPlan()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addGroup(group: CourseGroup): Unit

    Permalink
    Definition Classes
    AbstractCoursePlan
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var beginOn: Date

    Permalink
    Definition Classes
    TemporalOn
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var credits: Float

    Permalink

    要求学分

    要求学分

    Definition Classes
    AbstractCoursePlanCoursePlan
  9. var endOn: Date

    Permalink
    Definition Classes
    TemporalOn
  10. var endTerm: Short

    Permalink

    结束学期

    结束学期

    Definition Classes
    AbstractCoursePlan
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def group(courseType: CourseType): CourseGroup

    Permalink

    查询指定类型的组

    查询指定类型的组

    Definition Classes
    AbstractCoursePlanCoursePlan
  16. var groups: Buffer[CourseGroup]

    Permalink

    课程组

    课程组

    Definition Classes
    AbstractCoursePlanCoursePlan
  17. def hashCode(): Int

    Permalink
    Definition Classes
    Entity → AnyRef → Any
  18. var id: Long

    Permalink
    Definition Classes
    NumId → Entity
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def persisted: Boolean

    Permalink
    Definition Classes
    Entity
    Annotations
    @Transient()
  24. var program: Program

    Permalink

    培养方案

  25. var remark: String

    Permalink
    Definition Classes
    AbstractCoursePlan
  26. var startTerm: Short

    Permalink

    起始学期

    起始学期

    Definition Classes
    AbstractCoursePlan
  27. var state: State

    Permalink

    审核状态

    审核状态

    Definition Classes
    AbstractCoursePlanCoursePlan
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def terms: Short

    Permalink

    这个计划的学期数

    这个计划的学期数

    Definition Classes
    AbstractCoursePlanCoursePlan
  30. def toString(): String

    Permalink
    Definition Classes
    MajorPlan → AnyRef → Any
  31. def tops: Seq[CourseGroup]

    Permalink

    获得顶级课程组

    获得顶级课程组

    Definition Classes
    AbstractCoursePlanCoursePlan
  32. var updatedAt: Date

    Permalink
    Definition Classes
    Updated
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractCoursePlan

Inherited from Updated

Inherited from CoursePlan

Inherited from TemporalOn

Inherited from Cloneable

Inherited from Cloneable

Inherited from LongIdEntity

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped