Class DirectionJournal

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.openurp.base.edu.model.DirectionJournal
All Implemented Interfaces:
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>
专业方向建设过程
See Also:
Serialized Form
  • Field Details

    • beginOn

      @NotNull protected Date beginOn
      生效时间
    • endOn

      protected Date endOn
      失效时间
  • Constructor Details

    • DirectionJournal

      public DirectionJournal()
  • Method Details

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