类 DirectionJournal
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.openurp.base.edu.model.DirectionJournal
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.base.edu.model.DirectionJournal") public class DirectionJournal extends org.beangle.commons.entity.pojo.NumberIdObject<Long>
专业方向建设过程- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 DirectionJournal()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DategetBeginOn()DepartmentgetDepart()DirectiongetDirection()DategetEndOn()EducationLevelgetLevel()StringgetRemark()voidsetBeginOn(Date beginOn)voidsetDepart(Department depart)voidsetDirection(Direction direction)voidsetEndOn(Date endOn)voidsetLevel(EducationLevel level)voidsetRemark(String remark)
-
-
-
方法详细资料
-
getDirection
public Direction getDirection()
-
setDirection
public void setDirection(Direction direction)
-
getDepart
public Department getDepart()
-
setDepart
public void setDepart(Department depart)
-
getBeginOn
public Date getBeginOn()
-
setBeginOn
public void setBeginOn(Date beginOn)
-
getEndOn
public Date getEndOn()
-
setEndOn
public void setEndOn(Date endOn)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
getLevel
public EducationLevel getLevel()
-
setLevel
public void setLevel(EducationLevel level)
-
-