Class MajorDiscipline

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.MajorDiscipline
All Implemented Interfaces:
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
See Also:
Serialized Form
  • Constructor Details

    • MajorDiscipline

      public MajorDiscipline()
  • Method Details

    • isMatchIn

      public boolean isMatchIn​(Date d)
    • getMajor

      public Major getMajor()
    • setMajor

      public void setMajor​(Major major)
    • getCategory

      public DisciplineCategory getCategory()
    • setCategory

      public void setCategory​(DisciplineCategory category)
    • getDisciplineCode

      public String getDisciplineCode()
    • setDisciplineCode

      public void setDisciplineCode​(String disciplineCode)
    • getBeginOn

      public Date getBeginOn()
      Specified by:
      getBeginOn in interface org.beangle.commons.entity.TemporalOn
    • setBeginOn

      public void setBeginOn​(Date beginOn)
      Specified by:
      setBeginOn in interface org.beangle.commons.entity.TemporalOn
    • getEndOn

      public Date getEndOn()
      Specified by:
      getEndOn in interface org.beangle.commons.entity.TemporalOn
    • setEndOn

      public void setEndOn​(Date endOn)
      Specified by:
      setEndOn in interface org.beangle.commons.entity.TemporalOn