Class DirectionJournal

  • All Implemented Interfaces:
    Serializable, org.beangle.commons.entity.Entity<Long>

    @Entity(name="org.openurp.edu.base.model.DirectionJournal")
    public class DirectionJournal
    extends org.beangle.commons.entity.pojo.NumberIdObject<Long>
    专业方向建设过程
    See Also:
    Serialized Form
    • Field Detail

      • beginOn

        @NotNull
        protected Date beginOn
        生效时间
      • endOn

        protected Date endOn
        失效时间
    • Constructor Detail

      • DirectionJournal

        public DirectionJournal()
    • Method Detail

      • 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)