类 Major
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.base.edu.model.Major
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity
@Entity(name="org.openurp.base.edu.model.Major")
public class Major
extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
专业
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected Date生效时间protected String专业编码protected Date失效时间protected String专业英文名protected String专业名称protected String备注从类继承的字段 org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAt从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCode()getDisciplineCode(Date endOn) getEndOn()getName()getValidDepartments(Date time) voidsetBeginOn(Date beginOn) voidvoidsetDirections(Set<Direction> directions) voidsetDisciplines(List<MajorDiscipline> disciplines) voidvoidvoidsetJournals(List<MajorJournal> journals) voidvoidsetProject(Project project) voidvoidsetSchoolLengths(List<SchoolLength> schoolLengths) voidsetShortName(String shortName) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAt从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
code
专业编码 -
name
专业名称 -
enName
专业英文名 -
remark
备注 -
beginOn
生效时间 -
endOn
失效时间
-
-
构造器详细资料
-
Major
public Major() -
Major
-
-
方法详细资料
-
getDirections
-
setDirections
-
getProject
-
setProject
-
getJournals
-
setJournals
-
getLevels
-
getCode
-
setCode
-
getName
-
setName
-
getEnName
-
setEnName
-
getRemark
-
setRemark
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-
getDisciplineCode
-
getDepartments
-
getValidDepartments
-
getValidDepartments
-
getShortName
-
setShortName
-
getDisciplines
-
setDisciplines
-
getSchoolLengths
-
setSchoolLengths
-