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
-
-
Constructor Summary
Constructors Constructor Description StudentInfoBean()
-
Method Summary
All Methods Instance Methods Concrete Methods 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, setId
-
-
-
-
Field Detail
-
updatedAt
protected Date updatedAt
修改时间
-
-
Method Detail
-
getStd
public Student getStd()
- Specified by:
getStdin interfaceStudentBasedEntity
-
setStd
public void setStd(Student std)
- Specified by:
setStdin interfaceStudentBasedEntity
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceorg.beangle.commons.entity.TimeEntity
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
- Specified by:
setUpdatedAtin interfaceorg.beangle.commons.entity.TimeEntity
-
-