类 Admission
- 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.Admission
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@Entity(name="org.openurp.std.info.model.Admission") public class Admission extends StudentInfoBean
录取信息- 作者:
- duant
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.openurp.std.info.model.StudentInfoBean
updatedAt
-
-
构造器概要
构造器 构造器 说明 Admission()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetAdmissionIndex()DepartmentgetDepartment()DirectiongetDirection()EducationModegetEducationMode()EnrollModegetEnrollMode()DategetEnrollOn()StringgetLetterNo()MajorgetMajor()voidsetAdmissionIndex(int admissionIndex)voidsetDepartment(Department department)voidsetDirection(Direction direction)voidsetEducationMode(EducationMode educationMode)voidsetEnrollMode(EnrollMode enrollMode)voidsetEnrollOn(Date enrollOn)voidsetLetterNo(String letterNo)voidsetMajor(Major major)-
从类继承的方法 org.openurp.std.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAt
-
-
-
-
方法详细资料
-
getEnrollOn
public Date getEnrollOn()
-
setEnrollOn
public void setEnrollOn(Date enrollOn)
-
getMajor
public Major getMajor()
-
setMajor
public void setMajor(Major major)
-
getDepartment
public Department getDepartment()
-
setDepartment
public void setDepartment(Department department)
-
getDirection
public Direction getDirection()
-
setDirection
public void setDirection(Direction direction)
-
getLetterNo
public String getLetterNo()
-
setLetterNo
public void setLetterNo(String letterNo)
-
getAdmissionIndex
public int getAdmissionIndex()
-
setAdmissionIndex
public void setAdmissionIndex(int admissionIndex)
-
getEnrollMode
public EnrollMode getEnrollMode()
-
setEnrollMode
public void setEnrollMode(EnrollMode enrollMode)
-
getEducationMode
public EducationMode getEducationMode()
-
setEducationMode
public void setEducationMode(EducationMode educationMode)
-
-