Class GraduateAuditStandard
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.graduation.app.model.GraduateAuditStandard
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.std.graduation.app.model.GraduateAuditStandard")
public class GraduateAuditStandard
extends org.beangle.commons.entity.pojo.LongIdObject
毕业审核规则
- See Also:
-
Field Summary
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.beangle.ems.rule.model.RuleConfig> getEndOn()getName()Set<org.beangle.ems.rule.model.RuleConfig> getRules()voidsetBeginOn(Date beginOn) voidsetDegreeRules(Set<org.beangle.ems.rule.model.RuleConfig> degreeRules) voidvoidvoidvoidvoidsetStudentScope(StudentScope studentScope) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
BUSINESS_NAME
- See Also:
-
-
Constructor Details
-
GraduateAuditStandard
public GraduateAuditStandard()
-
-
Method Details
-
getName
-
setName
-
getRemark
-
setRemark
-
getStudentScope
-
setStudentScope
-
getRules
-
setRules
-
getDegreeRules
-
setDegreeRules
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-