Class ConstraintLogger
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.app.model.constraint.ConstraintLogger
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.clazz.app.model.constraint.ConstraintLogger")
public class ConstraintLogger
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 TypeMethodDescriptionstatic ConstraintLoggergenLogger(StdCourseCountConstraint constraint, String type) static ConstraintLoggergenLogger(StdCourseCountConstraint constraint, CourseType courseType, String type) static ConstraintLoggergenLogger(StdCreditConstraint constraint, String type) static ConstraintLoggergenLogger(StdTotalCreditConstraint constraint, String type) static ConstraintLoggergenLogger(CourseTypeCreditConstraint constraint, String type) getKey()getType()getValue()voidsetConstraintType(ConstraintType constraintType) voidsetCreatedAt(Date createdAt) voidvoidsetOperator(String operator) voidsetSemester(Semester semester) voidvoidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
ConstraintLogger
public ConstraintLogger()
-
-
Method Details
-
getConstraintType
-
getType
-
getKey
-
getValue
-
getCreatedAt
-
getOperator
-
setCreatedAt
-
setOperator
-
genLogger
-
genLogger
-
genLogger
-
genLogger
public static ConstraintLogger genLogger(StdCourseCountConstraint constraint, CourseType courseType, String type) -
genLogger
-
getSemester
-
setSemester
-
setConstraintType
-
setType
-
setKey
-
setValue
-