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
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description StudentState() -
Method Summary
Modifier and Type Method Description DategetBeginOn()CampusgetCampus()DepartmentgetDepartment()DirectiongetDirection()DategetEndOn()StringgetGrade()MajorgetMajor()StringgetRemark()SquadgetSquad()StudentStatusgetStatus()StudentgetStd()booleanisInschool()booleanisValid(Date date)voidsetBeginOn(Date beginOn)voidsetCampus(Campus campus)voidsetDepartment(Department department)voidsetDirection(Direction direction)voidsetEndOn(Date endOn)voidsetGrade(String grade)voidsetInschool(boolean inschool)voidsetMajor(Major major)voidsetRemark(String remark)voidsetSquad(Squad squad)voidsetStatus(StudentStatus status)voidsetStd(Student std)Methods 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
-