Package org.openurp.base.model
Class NumberIdTimeObject<T extends Number>
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.openurp.base.model.NumberIdTimeObject<T>
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<T>
- Direct Known Subclasses:
AbstractBaseInfo,AbstractCourseSubstitution,AbstractGrade,Bill,Calendar,Classroom,CourseTaker,Direction,ExamGrade,ExecutionPlanComment,Instructor,Major,PlanAuditResult,Program,ProgramDoc,Project,ProjectBasedObject,StdAlteration,StdGpa,Teacher
@MappedSuperclass
public abstract class NumberIdTimeObject<T extends Number>
extends org.beangle.commons.entity.pojo.NumberIdObject<T>
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description NumberIdTimeObject()NumberIdTimeObject(T id) -
Method Summary
Modifier and Type Method Description DategetUpdatedAt()voidsetUpdatedAt(Date updatedAt)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
updatedAt
最后修改时间
-
-
Constructor Details
-
NumberIdTimeObject
public NumberIdTimeObject() -
NumberIdTimeObject
-
-
Method Details
-
getUpdatedAt
-
setUpdatedAt
-