Package org.openurp.base.std.model
Class Graduate
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.StudentInfoBean
org.openurp.base.std.model.Graduate
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
毕业信息实现
- See Also:
-
Field Summary
Fields inherited from class org.openurp.std.info.model.StudentInfoBean
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCertificateNo(String certificateNo) voidsetCertificateSeqNo(String certificateSeqNo) voidvoidsetDegreeAwardOn(Date degreeAwardOn) voidsetDiplomaNo(String diplomaNo) voidsetForeignLangPassedOn(Date foreignLangPassedOn) voidsetGraduateOn(Date graduateOn) voidsetResult(EducationResult result) voidsetSeason(GraduateSeason season) Methods inherited from class org.openurp.std.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, 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, setId
-
Constructor Details
-
Graduate
public Graduate()
-
-
Method Details
-
getDegreeAwardOn
-
setDegreeAwardOn
-
getDiplomaNo
-
setDiplomaNo
-
getDegree
-
setDegree
-
getResult
-
setResult
-
getCertificateNo
-
setCertificateNo
-
getGraduateOn
- Returns:
- the graduateOn
-
setGraduateOn
- Parameters:
graduateOn- the graduateOn to set
-
getForeignLangPassedOn
-
setForeignLangPassedOn
-
getSeason
-
setSeason
-
getCertificateSeqNo
-
setCertificateSeqNo
-