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
Fields Modifier and Type Field Description protected Departmentdepart部门protected DateissueOn日期protected Stringremark备注protected Studentstd学生protected DatewithdrawOn撤销日期Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description Punishment() -
Method Summary
Modifier and Type Method Description DepartmentgetDepart()StringgetDocSeq()DategetIssueOn()StringgetName()StdPunishmentTypegetPunishmentType()StringgetReason()StringgetRemark()SemestergetSemester()StudentgetStd()DategetWithdrawOn()voidsetDepart(Department depart)voidsetDocSeq(String docSeq)voidsetIssueOn(Date issueOn)voidsetName(String name)voidsetPunishmentType(StdPunishmentType punishmentType)voidsetReason(String reason)voidsetRemark(String remark)voidsetSemester(Semester semester)voidsetStd(Student std)voidsetWithdrawOn(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
-