类 MajorDiscipline
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.MajorDiscipline
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TemporalOn
@Entity(name="org.openurp.base.edu.model.MajorDiscipline")
public class MajorDiscipline
extends org.beangle.commons.entity.pojo.LongIdObject
implements org.beangle.commons.entity.TemporalOn
- 另请参阅:
-
字段概要
从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getEndOn()getMajor()booleanvoidsetBeginOn(Date beginOn) voidsetCategory(DisciplineCategory category) voidsetDisciplineCode(String disciplineCode) voidvoid从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
构造器详细资料
-
MajorDiscipline
public MajorDiscipline()
-
-
方法详细资料
-
isMatchIn
-
getMajor
-
setMajor
-
getCategory
-
setCategory
-
getDisciplineCode
-
setDisciplineCode
-
getBeginOn
- 指定者:
getBeginOn在接口中org.beangle.commons.entity.TemporalOn
-
setBeginOn
- 指定者:
setBeginOn在接口中org.beangle.commons.entity.TemporalOn
-
getEndOn
- 指定者:
getEndOn在接口中org.beangle.commons.entity.TemporalOn
-
setEndOn
- 指定者:
setEndOn在接口中org.beangle.commons.entity.TemporalOn
-