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
- Direct Known Subclasses:
Admission,Contact,Examinee,Graduation,Home,SocialRelation
@MappedSuperclass public class StudentInfoBean extends org.beangle.commons.entity.pojo.LongIdObject implements StudentBasedEntity
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description StudentInfoBean() -
Method Summary
Modifier and Type Method Description StudentgetStd()DategetUpdatedAt()voidsetStd(Student std)voidsetUpdatedAt(Date updatedAt)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
-