Package org.openurp.edu.program.model
Class ProgramDocSection
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.program.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.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()StringgetContents()ProgramDocgetDoc()StringgetIndexno()StringgetName()ProgramDocSectiongetParent()voidsetChildren(List<ProgramDocSection> children)voidsetContents(String contents)voidsetDoc(ProgramDoc doc)voidsetIndexno(String indexno)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>
-
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()
- 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>
-
-