org.openurp.edu.teach.plan.model

SharePlanBean

Related Doc: package model

class SharePlanBean extends LongIdBean with AbstractCoursePlan with SharePlan with Cloneable

公共共享计划

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

Instance Constructors

  1. new SharePlanBean()

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. def addGroup(group: CourseGroup): Unit

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

    Definition Classes
    Any
  6. var beginOn: Date

    Definition Classes
    TemporalOn
  7. def clone(): AnyRef

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

    要求学分

    要求学分

    Definition Classes
    AbstractCoursePlanCoursePlan
  9. var education: Education

    Definition Classes
    EducationBased
  10. var endOn: Date

    Definition Classes
    TemporalOn
  11. var endTerm: Short

    结束学期

    结束学期

    Definition Classes
    AbstractCoursePlan
  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 grades: String

    适用年级

  17. def group(courseType: CourseType): CourseGroup

    查询指定类型的组

    查询指定类型的组

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

    课程组

    课程组

    Definition Classes
    AbstractCoursePlanCoursePlan
  19. def hashCode(): Int

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

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

    Definition Classes
    Any
  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 project: Project

    Definition Classes
    ProjectBased
  28. var remark: String

    Definition Classes
    AbstractCoursePlan
  29. var startTerm: Short

    起始学期

    起始学期

    Definition Classes
    AbstractCoursePlan
  30. var state: State

    审核状态

    审核状态

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

    Definition Classes
    AnyRef
  32. def termList: List[String]

    返回课程中出现的所有学期

    返回课程中出现的所有学期

    Definition Classes
    AbstractCoursePlan
  33. def terms: Short

    这个计划的学期数

    这个计划的学期数

    Definition Classes
    AbstractCoursePlanCoursePlan
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def tops: Seq[CourseGroup]

    获得顶级课程组

    获得顶级课程组

    Definition Classes
    AbstractCoursePlanCoursePlan
  36. var updatedAt: Date

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SharePlan

Inherited from Named

Inherited from EducationBased

Inherited from ProjectBased

Inherited from LongIdEntity

Inherited from AbstractCoursePlan

Inherited from CoursePlan

Inherited from TemporalOn

Inherited from Cloneable

Inherited from Cloneable

Inherited from Updated

Inherited from LongIdBean

Inherited from NumIdBean[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped