class SharePlan extends LongId with EduLevelBased with Named with Updated with TemporalOn with Remark with Cloneable

公共共享计划

Linear Supertypes
Cloneable, Remark, TemporalOn, Updated, Named, EduLevelBased, ProjectBased, LongId, LongIdEntity, NumId[Long], Entity[Long], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharePlan
  2. Cloneable
  3. Remark
  4. TemporalOn
  5. Updated
  6. Named
  7. EduLevelBased
  8. ProjectBased
  9. LongId
  10. LongIdEntity
  11. NumId
  12. Entity
  13. Serializable
  14. AnyRef
  15. 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: ShareCourseGroup): Unit
  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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val endOn: Option[LocalDate]
    Definition Classes
    TemporalOn
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  11. var fromGrade: String

    起始年级

  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getGroup(courseType: CourseType): Option[ShareCourseGroup]
  14. var groups: Buffer[ShareCourseGroup]

    课程组

  15. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  16. var id: Long
    Definition Classes
    NumId → Entity
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val level: EducationLevel
    Definition Classes
    EduLevelBased
  19. val name: String
    Definition Classes
    Named
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  24. val project: Project
    Definition Classes
    ProjectBased
  25. val remark: Option[String]
    Definition Classes
    Remark
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. var toGrade: String

    截止年级(包含)

  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def tops: Seq[ShareCourseGroup]
  30. val updatedAt: Instant
    Definition Classes
    Updated
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def within(date: LocalDate): Boolean
    Definition Classes
    TemporalOn

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Cloneable

Inherited from Remark

Inherited from TemporalOn

Inherited from Updated

Inherited from Named

Inherited from EduLevelBased

Inherited from ProjectBased

Inherited from LongId

Inherited from LongIdEntity

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped