类 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>
培养计划文档章节- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ProgramDocSection()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<ProgramDocSection>getChildren()StringgetContents()ProgramDocgetDoc()StringgetIndexno()StringgetName()ProgramDocSectiongetParent()voidsetChildren(List<ProgramDocSection> children)voidsetContents(String contents)voidsetDoc(ProgramDoc doc)voidsetIndexno(String indexno)voidsetName(String name)voidsetParent(ProgramDocSection parent)
-
-
-
方法详细资料
-
getName
public String getName()
-
setName
public void setName(String name)
-
getIndexno
public String getIndexno()
- 指定者:
getIndexno在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setIndexno
public void setIndexno(String indexno)
-
getContents
public String getContents()
-
setContents
public void setContents(String contents)
-
getDoc
public ProgramDoc getDoc()
-
setDoc
public void setDoc(ProgramDoc doc)
-
getParent
public ProgramDocSection getParent()
- 指定者:
getParent在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setParent
public void setParent(ProgramDocSection parent)
- 指定者:
setParent在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
getChildren
public List<ProgramDocSection> getChildren()
- 指定者:
getChildren在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setChildren
public void setChildren(List<ProgramDocSection> children)
- 指定者:
setChildren在接口中org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
-