Package org.openurp.std.graduation.model
Class GraduateBatch
java.lang.Object
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,ProjectBasedEntity<Long>
@Entity(name="org.openurp.std.graduation.model.GraduateBatch")
public class GraduateBatch
extends ProjectBasedObject<Long>
毕业审核批次
毕业审核批次中有很多学生名单
毕业审核批次中有很多学生名单
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidsetDegreeOffered(boolean degreeOffered) voidsetGraduateOn(Date graduateOn) voidvoidsetSeason(GraduateSeason season) Methods inherited from class org.openurp.base.edu.model.ProjectBasedObject
getProject, setProjectMethods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setIdMethods inherited from interface org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
Constructor Details
-
GraduateBatch
public GraduateBatch()
-
-
Method Details
-
getName
-
setName
-
getGraduateOn
-
setGraduateOn
-
isDegreeOffered
public boolean isDegreeOffered() -
setDegreeOffered
public void setDegreeOffered(boolean degreeOffered) -
getSeason
-
setSeason
-