Package org.openurp.std.info.model
Class StudentInfoBean
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.StudentInfoBean
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@MappedSuperclass
public class StudentInfoBean
extends org.beangle.commons.entity.pojo.LongIdObject
implements StudentBasedEntity
- See Also:
-
Field Summary
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
Field Details
-
updatedAt
修改时间
-
-
Constructor Details
-
StudentInfoBean
public StudentInfoBean()
-
-
Method Details
-
getStd
- Specified by:
getStdin interfaceStudentBasedEntity
-
setStd
- Specified by:
setStdin interfaceStudentBasedEntity
-
getUpdatedAt
- Specified by:
getUpdatedAtin interfaceorg.beangle.commons.entity.TimeEntity
-
setUpdatedAt
- Specified by:
setUpdatedAtin interfaceorg.beangle.commons.entity.TimeEntity
-