@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() |
String |
getRemark() |
EduSpan |
getSpan() |
void |
setBeginOn(Date beginOn) |
void |
setDepart(Department depart) |
void |
setDirection(Direction direction) |
void |
setEndOn(Date endOn) |
void |
setRemark(String remark) |
void |
setSpan(EduSpan span) |
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 EduSpan getSpan()
public void setSpan(EduSpan span)
Copyright © 2005–2018 The OpenURP Software. All rights reserved.