Package org.openurp.base.std.model
Interface StudentBasedEntity
- All Superinterfaces:
org.beangle.commons.entity.Entity<Long>,Serializable,org.beangle.commons.entity.TimeEntity
- All Known Implementing Classes:
Admission,Contact,Examinee,Graduate,Home,SocialRelation,StudentInfoBean
@MappedSuperclass
public interface StudentBasedEntity
extends org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity
基于学生信息的实体
-
Method Summary
Methods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setIdMethods inherited from interface org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
Method Details
-
getStd
Student getStd() -
setStd
-