Class Admission
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.student.info.model.StudentInfoBean
-
- org.openurp.edu.student.info.model.Admission
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@Entity(name="org.openurp.edu.student.info.model.Admission") public class Admission extends StudentInfoBean
录取信息- Author:
- duant
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.edu.student.info.model.StudentInfoBean
updatedAt
-
-
Constructor Summary
Constructors Constructor Description Admission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)-
Methods inherited from class org.openurp.edu.student.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
-
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)
-
-