Class ProgramDocSection
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.program.doc.model.ProgramDocSection
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
@Entity(name="org.openurp.edu.program.doc.model.ProgramDocSection") public class ProgramDocSection extends org.beangle.commons.entity.pojo.LongIdObject implements org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
培养计划文档章节- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgramDocSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProgramDocSection>getChildren()StringgetCode()StringgetContent()ProgramDocgetDoc()StringgetIndexno()StringgetName()ProgramDocSectiongetParent()voidsetChildren(List<ProgramDocSection> children)voidsetCode(String code)voidsetContent(String content)voidsetDoc(ProgramDoc doc)voidsetName(String name)voidsetParent(ProgramDocSection parent)-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getIndexno
public String getIndexno()
- Specified by:
getIndexnoin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getDoc
public ProgramDoc getDoc()
-
setDoc
public void setDoc(ProgramDoc doc)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getParent
public ProgramDocSection getParent()
- Specified by:
getParentin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setParent
public void setParent(ProgramDocSection parent)
- Specified by:
setParentin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
getChildren
public List<ProgramDocSection> getChildren()
- Specified by:
getChildrenin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setChildren
public void setChildren(List<ProgramDocSection> children)
- Specified by:
setChildrenin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
-