Package org.openurp.std.graduation.model
Class GraduateAuditItem
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.graduation.model.GraduateAuditItem
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.std.graduation.model.GraduateAuditItem")
public class GraduateAuditItem
extends org.beangle.commons.entity.pojo.LongIdObject
毕业审核各项目审核结果
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetComments(String comments) voidvoidvoidsetResult(GraduateResult result) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
GraduateAuditItem
public GraduateAuditItem() -
GraduateAuditItem
-
-
Method Details
-
getName
-
setName
-
getPassed
-
setPassed
-
getComments
-
setComments
-
getResult
-
setResult
-