Uses of Class
org.openurp.edu.base.model.AuditState
-
Packages that use AuditState Package Description org.openurp.edu.base.model org.openurp.edu.clazz.model org.openurp.edu.program.model -
-
Uses of AuditState in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return AuditState Modifier and Type Method Description static AuditStateAuditState. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditState[]AuditState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuditState in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return AuditState Modifier and Type Method Description AuditStateClazz. getAuditState()Methods in org.openurp.edu.clazz.model with parameters of type AuditState Modifier and Type Method Description voidClazz. setAuditState(AuditState auditState) -
Uses of AuditState in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return AuditState Modifier and Type Method Description AuditStateAbstractCoursePlan. getAuditState()AuditStateProgram. getAuditState()Methods in org.openurp.edu.program.model with parameters of type AuditState Modifier and Type Method Description voidAbstractCoursePlan. setAuditState(AuditState auditState)voidProgram. setAuditState(AuditState auditState)
-