Package org.openurp.edu.clazz.app.model
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:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAlterationAfter(String alterationAfter) voidsetAlterationAt(Date alterationAt) voidsetAlterationBefore(String alterationBefore) voidsetAlterBy(User alterBy) voidsetAlterFrom(String alterFrom) voidsetClazzId(Long clazzId) voidsetSemester(Semester semester) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
CourseArrangeAlteration
public CourseArrangeAlteration()
-
-
Method Details
-
getAlterationAfter
- Returns:
- the alterationAfter
-
setAlterationAfter
- Parameters:
alterationAfter- the alterationAfter to set
-
getAlterationAt
- Returns:
- the alterationAt
-
setAlterationAt
- Parameters:
alterationAt- the alterationAt to set
-
getAlterationBefore
- Returns:
- the alterationBefore
-
setAlterationBefore
- Parameters:
alterationBefore- the alterationBefore to set
-
getClazzId
-
setClazzId
-
getAlterBy
- Returns:
- the alterBy
-
setAlterBy
- Parameters:
alterBy- the alterBy to set
-
getAlterFrom
- Returns:
- the alterFrom
-
setAlterFrom
- Parameters:
alterFrom- the alterFrom to set
-
getSemester
-
setSemester
-