Package org.openurp.edu.base.model
Interface StudentBasedEntity
-
- All Superinterfaces:
org.beangle.commons.entity.Entity<Long>,Serializable,org.beangle.commons.entity.TimeEntity
- All Known Implementing Classes:
Admission,Contact,Examinee,Graduation,Home,SocialRelation,StudentInfoBean
@MappedSuperclass public interface StudentBasedEntity extends org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity
基于学生信息的实体
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StudentgetStd()voidsetStd(Student std)
-