类 Punishment
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.award.Punishment
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.std.award.Punishment")
public class Punishment
extends org.beangle.commons.entity.pojo.LongIdObject
处分记录
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected Department部门protected Date日期protected String备注protected Student学生protected Date撤销日期从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getName()getStd()voidsetDepart(Department depart) voidvoidsetIssueOn(Date issueOn) voidvoidsetPunishmentType(StdPunishmentType punishmentType) voidvoidvoidsetSemester(Semester semester) voidvoidsetWithdrawOn(Date withdrawOn) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
std
学生 -
issueOn
日期 -
withdrawOn
撤销日期 -
depart
部门 -
remark
备注
-
-
构造器详细资料
-
Punishment
public Punishment()
-
-
方法详细资料
-
getName
-
setName
-
getReason
-
setReason
-
getDepart
-
setDepart
-
getRemark
-
setRemark
-
getStd
-
setStd
-
getWithdrawOn
-
setWithdrawOn
-
getSemester
-
setSemester
-
getDocSeq
-
setDocSeq
-
getPunishmentType
-
setPunishmentType
-
getIssueOn
-
setIssueOn
-