Package org.openurp.std.award
Class Punishment
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.award.Punishment
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.std.award.Punishment")
public class Punishment
extends org.beangle.commons.entity.pojo.LongIdObject
处分记录
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Department部门protected Date日期protected String备注protected Student学生protected Date撤销日期Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getStd()voidsetDepart(Department depart)voidvoidsetIssueOn(Date issueOn)voidvoidsetPunishmentType(StdPunishmentType punishmentType)voidvoidvoidsetSemester(Semester semester)voidvoidsetWithdrawOn(Date withdrawOn)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
std
学生 -
issueOn
日期 -
withdrawOn
撤销日期 -
depart
部门 -
remark
备注
-
-
Constructor Details
-
Punishment
public Punishment()
-
-
Method Details
-
getName
-
setName
-
getReason
-
setReason
-
getDepart
-
setDepart
-
getRemark
-
setRemark
-
getStd
-
setStd
-
getWithdrawOn
-
setWithdrawOn
-
getSemester
-
setSemester
-
getDocSeq
-
setDocSeq
-
getPunishmentType
-
setPunishmentType
-
getIssueOn
-
setIssueOn
-