Class MajorStudent

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.MajorStudent
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.std.info.model.MajorStudent") public class MajorStudent extends org.beangle.commons.entity.pojo.LongIdObject
See Also:
  • Constructor Details

    • MajorStudent

      public MajorStudent()
  • Method Details

    • getStd

      public Student getStd()
    • setStd

      public void setStd(Student std)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getMajorName

      public String getMajorName()
    • setMajorName

      public void setMajorName(String majorName)
    • getEnMajorName

      public String getEnMajorName()
    • setEnMajorName

      public void setEnMajorName(String enMajorName)
    • getSchool

      public Institution getSchool()
    • setSchool

      public void setSchool(Institution school)
    • getMajorCategory

      public DisciplineCategory getMajorCategory()
    • setMajorCategory

      public void setMajorCategory(DisciplineCategory majorCategory)