Class Award

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

    @Entity(name="org.openurp.stu.model.Award")
    public class Award
    extends org.beangle.commons.entity.pojo.LongIdObject
    奖励记录
    See Also:
    Serialized Form
    • Field Detail

      • std

        @NotNull
        protected Student std
        学生
      • presentOn

        @NotNull
        protected Date presentOn
        日期
      • withdrawOn

        protected Date withdrawOn
        撤销日期
      • remark

        @Size(max=500)
        protected String remark
        备注
    • Constructor Detail

      • Award

        public Award()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getReason

        public String getReason()
      • setReason

        public void setReason​(String reason)
      • setDepart

        public void setDepart​(Department depart)
      • getPresentOn

        public Date getPresentOn()
      • setPresentOn

        public void setPresentOn​(Date presentOn)
      • getRemark

        public String getRemark()
      • setRemark

        public void setRemark​(String remark)
      • setStd

        public void setStd​(Student std)
      • getWithdrawOn

        public Date getWithdrawOn()
      • setWithdrawOn

        public void setWithdrawOn​(Date withdrawOn)
      • getSemester

        public Semester getSemester()
      • setSemester

        public void setSemester​(Semester semester)
      • isValid

        public boolean isValid()
      • setValid

        public void setValid​(boolean valid)
      • getDocSeq

        public String getDocSeq()
      • setDocSeq

        public void setDocSeq​(String docSeq)