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

@Entity(name="org.openurp.std.info.model.Admission") public class Admission extends StudentInfoBean
录取信息
Author:
duant
See Also:
  • Constructor Details

    • Admission

      public Admission()
  • Method Details

    • 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)