接口 StudentBasedEntity
- 所有超级接口:
org.beangle.commons.entity.Entity<Long>,Serializable,org.beangle.commons.entity.TimeEntity
- 所有已知实现类:
Admission,Contact,Examinee,Graduate,Home,SocialRelation,StudentInfoBean
@MappedSuperclass
public interface StudentBasedEntity
extends org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity
基于学生信息的实体
-
方法概要
从接口继承的方法 org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId从接口继承的方法 org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
方法详细资料
-
getStd
Student getStd() -
setStd
-