@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() |
Department |
getDepart() |
Direction |
getDirection() |
Date |
getEndOn() |
EducationLevel |
getLevel() |
String |
getRemark() |
void |
setBeginOn(Date beginOn) |
void |
setDepart(Department depart) |
void |
setDirection(Direction direction) |
void |
setEndOn(Date endOn) |
void |
setLevel(EducationLevel level) |
void |
setRemark(String remark) |
public Direction getDirection()
public void setDirection(Direction direction)
public Department getDepart()
public void setDepart(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)
public EducationLevel getLevel()
public void setLevel(EducationLevel level)
Copyright © 2014–2019 The OpenURP Software. All rights reserved.