类 ProgramDocSection
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.program.model.ProgramDocSection
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
@Entity(name="org.openurp.edu.program.model.ProgramDocSection")
public class ProgramDocSection
extends org.beangle.commons.entity.pojo.LongIdObject
implements org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
培养计划文档章节
- 另请参阅:
-
字段概要
从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getDoc()getName()voidsetChildren(List<ProgramDocSection> children) voidsetContents(String contents) voidsetDoc(ProgramDoc doc) voidsetIndexno(String indexno) voidvoidsetParent(ProgramDocSection parent) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId从接口继承的方法 org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
构造器详细资料
-
ProgramDocSection
public ProgramDocSection()
-
-
方法详细资料
-
getName
-
setName
-
getIndexno
- 指定者:
getIndexno在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setIndexno
-
getContents
-
setContents
-
getDoc
-
setDoc
-
getParent
- 指定者:
getParent在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setParent
- 指定者:
setParent在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
getChildren
- 指定者:
getChildren在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setChildren
- 指定者:
setChildren在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-