Package org.openurp.edu.base.model
Interface EducationBasedEntity<ID extends Number>
-
- All Superinterfaces:
org.beangle.commons.entity.Entity<ID>,ProjectBasedEntity<ID>,Serializable,org.beangle.commons.entity.TimeEntity
- All Known Implementing Classes:
Adminclass,EducationBasedObject,ProgramDocTemplate,Student
@MappedSuperclass public interface EducationBasedEntity<ID extends Number> extends ProjectBasedEntity<ID>
基于培养层次的实体接口 基于项目和培养层次的实体接口,标准化了培养层次的属性名称。- See Also:
Adminclass,Student
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EducationgetEducation()获取培养层次voidsetEducation(Education education)设置培养层次-
Methods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
Methods inherited from interface org.openurp.edu.base.model.ProjectBasedEntity
getProject, setProject
-
-