Package org.openurp.base.edu.model
Class StudentState
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.StudentState
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.base.edu.model.StudentState")
public class StudentState
extends org.beangle.commons.entity.pojo.LongIdObject
学籍状态日志
- See Also:
- Serialized Form
-
Field Summary
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndOn()getGrade()getMajor()getSquad()getStd()booleanbooleanvoidsetBeginOn(Date beginOn)voidvoidsetDepartment(Department department)voidsetDirection(Direction direction)voidvoidvoidsetInschool(boolean inschool)voidvoidvoidvoidsetStatus(StudentStatus status)voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
campus
校区
-
-
Constructor Details
-
StudentState
public StudentState()
-
-
Method Details
-
getStd
-
setStd
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-
isInschool
public boolean isInschool() -
setInschool
public void setInschool(boolean inschool) -
getGrade
-
setGrade
-
getDepartment
-
setDepartment
-
getMajor
-
setMajor
-
getDirection
-
setDirection
-
getSquad
-
setSquad
-
getStatus
-
setStatus
-
getRemark
-
setRemark
-
getCampus
-
setCampus
-
isValid
-