Class CourseArrangeAlteration

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

@Entity(name="org.openurp.edu.clazz.app.model.CourseArrangeAlteration") public class CourseArrangeAlteration extends org.beangle.commons.entity.pojo.LongIdObject
排课变更信息
See Also:
  • Constructor Details

    • CourseArrangeAlteration

      public CourseArrangeAlteration()
  • Method Details

    • getAlterationAfter

      public String getAlterationAfter()
      Returns:
      the alterationAfter
    • setAlterationAfter

      public void setAlterationAfter(String alterationAfter)
      Parameters:
      alterationAfter - the alterationAfter to set
    • getAlterationAt

      public Date getAlterationAt()
      Returns:
      the alterationAt
    • setAlterationAt

      public void setAlterationAt(Date alterationAt)
      Parameters:
      alterationAt - the alterationAt to set
    • getAlterationBefore

      public String getAlterationBefore()
      Returns:
      the alterationBefore
    • setAlterationBefore

      public void setAlterationBefore(String alterationBefore)
      Parameters:
      alterationBefore - the alterationBefore to set
    • getClazzId

      public Long getClazzId()
    • setClazzId

      public void setClazzId(Long clazzId)
    • getAlterBy

      public User getAlterBy()
      Returns:
      the alterBy
    • setAlterBy

      public void setAlterBy(User alterBy)
      Parameters:
      alterBy - the alterBy to set
    • getAlterFrom

      public String getAlterFrom()
      Returns:
      the alterFrom
    • setAlterFrom

      public void setAlterFrom(String alterFrom)
      Parameters:
      alterFrom - the alterFrom to set
    • getSemester

      public Semester getSemester()
    • setSemester

      public void setSemester(Semester semester)