@MappedSuperclass public abstract class EducationBasedObject<ID extends Number> extends ProjectBasedObject<ID> implements EducationBasedEntity<ID>
| Constructor and Description |
|---|
EducationBasedObject() |
EducationBasedObject(Education education) |
EducationBasedObject(ID id) |
EducationBasedObject(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Education |
getEducation()
获取培养层次
|
void |
setEducation(Education education)
设置培养层次
|
getProject, setProjectequals, getId, hashCode, isPersisted, isTransient, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetProject, setProjectpublic EducationBasedObject()
public EducationBasedObject(ID id)
public EducationBasedObject(Project project)
public EducationBasedObject(Education education)
public Education getEducation()
EducationBasedEntitygetEducation in interface EducationBasedEntity<ID extends Number>public void setEducation(Education education)
EducationBasedEntitysetEducation in interface EducationBasedEntity<ID extends Number>education - 培养层次Copyright © 2005–2018 The OpenURP Software. All rights reserved.