@Entity(name="org.openurp.edu.base.model.MajorJournal") public class MajorJournal extends org.beangle.commons.entity.pojo.NumberIdObject<Integer>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
beginOn
生效时间
|
protected Date |
endOn
失效时间
|
| Constructor and Description |
|---|
MajorJournal() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginOn() |
Department |
getDepart() |
Float |
getDuration() |
Date |
getEndOn() |
EducationLevel |
getLevel() |
Major |
getMajor() |
String |
getRemark() |
void |
setBeginOn(Date beginOn) |
void |
setDepart(Department department) |
void |
setDuration(Float duration) |
void |
setEndOn(Date endOn) |
void |
setLevel(EducationLevel level) |
void |
setMajor(Major major) |
void |
setRemark(String remark) |
public EducationLevel getLevel()
public void setLevel(EducationLevel level)
public Major getMajor()
public void setMajor(Major major)
public Department getDepart()
public void setDepart(Department department)
public Date getBeginOn()
public void setBeginOn(Date beginOn)
public Date getEndOn()
public void setEndOn(Date endOn)
public String getRemark()
public void setRemark(String remark)
public Float getDuration()
public void setDuration(Float duration)
Copyright © 2014–2019 The OpenURP Software. All rights reserved.