类 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
-
- 所有已实现的接口:
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
毕业信息实现- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.openurp.std.info.model.StudentInfoBean
updatedAt
-
-
构造器概要
构造器 构造器 说明 Graduation()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCertificateNo()DegreegetDegree()DategetDegreeAwardOn()StringgetDiplomaNo()EducationResultgetEducationResult()DategetForeignLangPassedOn()DategetGraduateOn()voidsetCertificateNo(String certificateNo)voidsetDegree(Degree degree)voidsetDegreeAwardOn(Date degreeAwardOn)voidsetDiplomaNo(String diplomaNo)voidsetEducationResult(EducationResult educationResult)voidsetForeignLangPassedOn(Date foreignLangPassedOn)voidsetGraduateOn(Date graduateOn)-
从类继承的方法 org.openurp.std.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAt
-
-
-
-
方法详细资料
-
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)
-
getCertificateNo
public String getCertificateNo()
-
setCertificateNo
public void setCertificateNo(String certificateNo)
-
getGraduateOn
public Date getGraduateOn()
- 返回:
- the graduateOn
-
setGraduateOn
public void setGraduateOn(Date graduateOn)
- 参数:
graduateOn- the graduateOn to set
-
getForeignLangPassedOn
public Date getForeignLangPassedOn()
-
setForeignLangPassedOn
public void setForeignLangPassedOn(Date foreignLangPassedOn)
-
-