类 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- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 MajorDiscipline()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DategetBeginOn()DisciplineCategorygetCategory()StringgetDisciplineCode()DategetEndOn()MajorgetMajor()booleanisMatchIn(Date d)voidsetBeginOn(Date beginOn)voidsetCategory(DisciplineCategory category)voidsetDisciplineCode(String disciplineCode)voidsetEndOn(Date endOn)voidsetMajor(Major major)
-
-
-
方法详细资料
-
isMatchIn
public boolean isMatchIn(Date d)
-
getMajor
public Major getMajor()
-
setMajor
public void setMajor(Major major)
-
getCategory
public DisciplineCategory getCategory()
-
setCategory
public void setCategory(DisciplineCategory category)
-
getDisciplineCode
public String getDisciplineCode()
-
setDisciplineCode
public void setDisciplineCode(String disciplineCode)
-
getBeginOn
public Date getBeginOn()
- 指定者:
getBeginOn在接口中org.beangle.commons.entity.TemporalOn
-
setBeginOn
public void setBeginOn(Date beginOn)
- 指定者:
setBeginOn在接口中org.beangle.commons.entity.TemporalOn
-
getEndOn
public Date getEndOn()
- 指定者:
getEndOn在接口中org.beangle.commons.entity.TemporalOn
-
setEndOn
public void setEndOn(Date endOn)
- 指定者:
setEndOn在接口中org.beangle.commons.entity.TemporalOn
-
-