类 StudentInfoBean
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.std.info.model.StudentInfoBean
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
- 直接已知子类:
Admission,Contact,Examinee,Graduation,Home,SocialRelation
@MappedSuperclass public class StudentInfoBean extends org.beangle.commons.entity.pojo.LongIdObject implements StudentBasedEntity
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 StudentInfoBean()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StudentgetStd()DategetUpdatedAt()voidsetStd(Student std)voidsetUpdatedAt(Date updatedAt)
-
-
-
字段详细资料
-
updatedAt
protected Date updatedAt
修改时间
-
-
方法详细资料
-
getStd
public Student getStd()
- 指定者:
getStd在接口中StudentBasedEntity
-
setStd
public void setStd(Student std)
- 指定者:
setStd在接口中StudentBasedEntity
-
getUpdatedAt
public Date getUpdatedAt()
- 指定者:
getUpdatedAt在接口中org.beangle.commons.entity.TimeEntity
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
- 指定者:
setUpdatedAt在接口中org.beangle.commons.entity.TimeEntity
-
-