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

    Modifier and Type Method Description
    Student getStd()  
    void setStd​(Student std)  

    Methods inherited from interface org.beangle.commons.entity.Entity

    getId, isPersisted, isTransient, setId

    Methods inherited from interface org.beangle.commons.entity.TimeEntity

    getUpdatedAt, setUpdatedAt
  • Method Details