Class Lesson

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.model.Lesson
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.edu.clazz.model.Lesson")
public class Lesson
extends org.beangle.commons.entity.pojo.LongIdObject
See Also:
Serialized Form
  • Field Details

    • plan

      @NotNull protected TeachingPlan plan
      教学进度表
  • Constructor Details

    • Lesson

      public Lesson()
  • Method Details

    • getPlan

      public TeachingPlan getPlan()
    • setPlan

      public void setPlan​(TeachingPlan plan)
    • getContents

      public String getContents()
    • setContents

      public void setContents​(String contents)
    • getSubclazz

      public Subclazz getSubclazz()
    • setSubclazz

      public void setSubclazz​(Subclazz subclazz)
    • getTeachingMethod

      public TeachingMethod getTeachingMethod()
    • setTeachingMethod

      public void setTeachingMethod​(TeachingMethod teachingMethod)
    • getOpenOn

      public Date getOpenOn()
    • setOpenOn

      public void setOpenOn​(Date openOn)
    • getUnits

      public String getUnits()
    • setUnits

      public void setUnits​(String units)
    • getTeachingNature

      public TeachingNature getTeachingNature()
    • setTeachingNature

      public void setTeachingNature​(TeachingNature teachingNature)
    • getIdx

      public int getIdx()
    • setIdx

      public void setIdx​(int idx)
    • getTeachers

      public Set<Teacher> getTeachers()
    • setTeachers

      public void setTeachers​(Set<Teacher> teachers)
    • getRooms

      public Set<Classroom> getRooms()
    • setRooms

      public void setRooms​(Set<Classroom> rooms)
    • getPlaces

      public String getPlaces()
    • setPlaces

      public void setPlaces​(String places)
    • getBeginAt

      public HourMinute getBeginAt()
    • setBeginAt

      public void setBeginAt​(HourMinute beginAt)
    • getEndAt

      public HourMinute getEndAt()
    • setEndAt

      public void setEndAt​(HourMinute endAt)