Package org.openurp.std.info.model
Class 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
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
录取信息
- Author:
- duant
- 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 TypeMethodDescriptionintgetMajor()voidsetAdmissionIndex(int admissionIndex) voidsetDepartment(Department department) voidsetDirection(Direction direction) voidsetEducationMode(EducationMode educationMode) voidsetEnrollMode(EnrollMode enrollMode) voidsetEnrollOn(Date enrollOn) voidsetLetterNo(String letterNo) voidMethods 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
-
Admission
public Admission()
-
-
Method Details
-
getEnrollOn
-
setEnrollOn
-
getMajor
-
setMajor
-
getDepartment
-
setDepartment
-
getDirection
-
setDirection
-
getLetterNo
-
setLetterNo
-
getAdmissionIndex
public int getAdmissionIndex() -
setAdmissionIndex
public void setAdmissionIndex(int admissionIndex) -
getEnrollMode
-
setEnrollMode
-
getEducationMode
-
setEducationMode
-