Package org.openurp.std.info.model
Class Graduation
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.std.info.model.StudentInfoBean
-
- org.openurp.std.info.model.Graduation
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@Entity(name="org.openurp.std.info.model.Graduation") public class Graduation extends StudentInfoBean
毕业信息实现- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.std.info.model.StudentInfoBean
updatedAt
-
-
Constructor Summary
Constructors Constructor Description Graduation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()DegreegetDegree()DategetDegreeAwardOn()StringgetDiplomaNo()EducationResultgetEducationResult()DategetForeignLangPassedOn()DategetGraduateOn()voidsetCode(String code)voidsetDegree(Degree degree)voidsetDegreeAwardOn(Date degreeAwardOn)voidsetDiplomaNo(String diplomaNo)voidsetEducationResult(EducationResult educationResult)voidsetForeignLangPassedOn(Date foreignLangPassedOn)voidsetGraduateOn(Date graduateOn)-
Methods inherited from class org.openurp.std.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAt
-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-
-
-
Method Detail
-
getDegreeAwardOn
public Date getDegreeAwardOn()
-
setDegreeAwardOn
public void setDegreeAwardOn(Date degreeAwardOn)
-
getDiplomaNo
public String getDiplomaNo()
-
setDiplomaNo
public void setDiplomaNo(String diplomaNo)
-
getDegree
public Degree getDegree()
-
setDegree
public void setDegree(Degree degree)
-
getEducationResult
public EducationResult getEducationResult()
-
setEducationResult
public void setEducationResult(EducationResult educationResult)
-
getCode
public String getCode()
- Returns:
- the code
-
setCode
public void setCode(String code)
- Parameters:
code- the code to set
-
getGraduateOn
public Date getGraduateOn()
- Returns:
- the graduateOn
-
setGraduateOn
public void setGraduateOn(Date graduateOn)
- Parameters:
graduateOn- the graduateOn to set
-
getForeignLangPassedOn
public Date getForeignLangPassedOn()
-
setForeignLangPassedOn
public void setForeignLangPassedOn(Date foreignLangPassedOn)
-
-