@Entity(name="org.openurp.edu.base.model.DirectionJournal") public class DirectionJournal extends org.beangle.commons.entity.pojo.NumberIdObject<Integer>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
beginOn
生效时间
|
protected Date |
endOn
失效时间
|
| Constructor and Description |
|---|
DirectionJournal() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginOn() |
org.openurp.base.model.Department |
getDepart() |
Direction |
getDirection() |
Education |
getEducation() |
Date |
getEndOn() |
String |
getRemark() |
void |
setBeginOn(Date beginOn) |
void |
setDepart(org.openurp.base.model.Department depart) |
void |
setDirection(Direction direction) |
void |
setEducation(Education education) |
void |
setEndOn(Date endOn) |
void |
setRemark(String remark) |
public Education getEducation()
public void setEducation(Education education)
public Direction getDirection()
public void setDirection(Direction direction)
public org.openurp.base.model.Department getDepart()
public void setDepart(org.openurp.base.model.Department depart)
public Date getBeginOn()
public void setBeginOn(Date beginOn)
public Date getEndOn()
public void setEndOn(Date endOn)
public String getRemark()
public void setRemark(String remark)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.