Package org.openurp.std.info.model
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:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getStd()voidvoidsetEnMajorName(String enMajorName) voidsetMajorCategory(DisciplineCategory majorCategory) voidsetMajorName(String majorName) voidsetSchool(Institution school) voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
MajorStudent
public MajorStudent()
-
-
Method Details
-
getStd
-
setStd
-
getCode
-
setCode
-
getMajorName
-
setMajorName
-
getEnMajorName
-
setEnMajorName
-
getSchool
-
setSchool
-
getMajorCategory
-
setMajorCategory
-