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
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description ProgramDocSection() -
Method Summary
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, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
Constructor Details
-
ProgramDocSection
public ProgramDocSection()
-
-
Method Details
-
getName
-
setName
-
getIndexno
- Specified by:
getIndexnoin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setIndexno
-
getContents
-
setContents
-
getDoc
-
setDoc
-
getParent
- Specified by:
getParentin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setParent
- Specified by:
setParentin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
getChildren
- Specified by:
getChildrenin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-
setChildren
- Specified by:
setChildrenin interfaceorg.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>
-