类 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>
    专业方向建设过程
    另请参阅:
    序列化表格
    • 字段详细资料

      • beginOn

        @NotNull
        protected Date beginOn
        生效时间
      • endOn

        protected Date endOn
        失效时间
    • 构造器详细资料

      • DirectionJournal

        public DirectionJournal()
    • 方法详细资料

      • getDirection

        public Direction getDirection()
      • setDirection

        public void setDirection​(Direction direction)
      • 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)