类 CourseArrangeAlteration

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.app.model.CourseArrangeAlteration
所有已实现的接口:
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
排课变更信息
另请参阅:
  • 构造器详细资料

    • CourseArrangeAlteration

      public CourseArrangeAlteration()
  • 方法详细资料

    • getAlterationAfter

      public String getAlterationAfter()
      返回:
      the alterationAfter
    • setAlterationAfter

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

      public Date getAlterationAt()
      返回:
      the alterationAt
    • setAlterationAt

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

      public String getAlterationBefore()
      返回:
      the alterationBefore
    • setAlterationBefore

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

      public Long getClazzId()
    • setClazzId

      public void setClazzId(Long clazzId)
    • getAlterBy

      public User getAlterBy()
      返回:
      the alterBy
    • setAlterBy

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

      public String getAlterFrom()
      返回:
      the alterFrom
    • setAlterFrom

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

      public Semester getSemester()
    • setSemester

      public void setSemester(Semester semester)