类 MajorDiscipline

  • 所有已实现的接口:
    Serializable, org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TemporalOn

    @Entity(name="org.openurp.base.edu.model.MajorDiscipline")
    public class MajorDiscipline
    extends org.beangle.commons.entity.pojo.LongIdObject
    implements org.beangle.commons.entity.TemporalOn
    另请参阅:
    序列化表格
    • 构造器详细资料

      • MajorDiscipline

        public MajorDiscipline()
    • 方法详细资料

      • isMatchIn

        public boolean isMatchIn​(Date d)
      • getMajor

        public Major getMajor()
      • setMajor

        public void setMajor​(Major major)
      • getDisciplineCode

        public String getDisciplineCode()
      • setDisciplineCode

        public void setDisciplineCode​(String disciplineCode)
      • getBeginOn

        public Date getBeginOn()
        指定者:
        getBeginOn 在接口中 org.beangle.commons.entity.TemporalOn
      • setBeginOn

        public void setBeginOn​(Date beginOn)
        指定者:
        setBeginOn 在接口中 org.beangle.commons.entity.TemporalOn
      • getEndOn

        public Date getEndOn()
        指定者:
        getEndOn 在接口中 org.beangle.commons.entity.TemporalOn
      • setEndOn

        public void setEndOn​(Date endOn)
        指定者:
        setEndOn 在接口中 org.beangle.commons.entity.TemporalOn