@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() |
Major |
getMajor() |
String |
getRemark() |
EduSpan |
getSpan() |
void |
setBeginOn(Date beginOn) |
void |
setDepart(Department department) |
void |
setDuration(Float duration) |
void |
setEndOn(Date endOn) |
void |
setMajor(Major major) |
void |
setRemark(String remark) |
void |
setSpan(EduSpan span) |
public EduSpan getSpan()
public void setSpan(EduSpan span)
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 © 2005–2018 The OpenURP Software. All rights reserved.