class SharePlan extends LongId with AbstractCoursePlan with EducationBased with Named with Cloneable

公共共享计划

Linear Supertypes
Named, EducationBased, ProjectBased, AbstractCoursePlan, Remark, Updated, CoursePlan, TemporalOn, Cloneable, Cloneable, LongIdEntity, LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharePlan
  2. Named
  3. EducationBased
  4. ProjectBased
  5. AbstractCoursePlan
  6. Remark
  7. Updated
  8. CoursePlan
  9. TemporalOn
  10. Cloneable
  11. Cloneable
  12. LongIdEntity
  13. LongId
  14. NumId
  15. Entity
  16. Serializable
  17. Serializable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SharePlan()

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. val beginOn: LocalDate
    Definition Classes
    TemporalOn
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val credits: Float

    要求学分

    要求学分

    Definition Classes
    AbstractCoursePlanCoursePlan
  9. val education: Education
    Definition Classes
    EducationBased
  10. val endOn: Option[LocalDate]
    Definition Classes
    TemporalOn
  11. val 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. var fromGrade: String

    起始年级

  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def group(courseType: CourseType): CourseGroup

    查询指定类型的组

    查询指定类型的组

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

    课程组

    课程组

    Definition Classes
    AbstractCoursePlanCoursePlan
  19. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  20. var id: Long
    Definition Classes
    NumId → Entity
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val 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. val project: Project
    Definition Classes
    ProjectBased
  28. val remark: Option[String]
    Definition Classes
    Remark
  29. val startTerm: Short

    起始学期

    起始学期

    Definition Classes
    AbstractCoursePlan
  30. val state: State

    审核状态

    审核状态

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

    这个计划的学期数

    这个计划的学期数

    Definition Classes
    AbstractCoursePlanCoursePlan
  33. var toGrade: String

    截止年级(包含)

  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def tops: Seq[CourseGroup]

    获得顶级课程组

    获得顶级课程组

    Definition Classes
    AbstractCoursePlanCoursePlan
  36. val updatedAt: Instant
    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 Named

Inherited from EducationBased

Inherited from ProjectBased

Inherited from AbstractCoursePlan

Inherited from Remark

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