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:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDoc()getName()voidsetChildren(List<ProgramDocSection> children) voidsetContents(String contents) voidsetDoc(ProgramDoc doc) voidsetIndexno(String indexno) voidvoidsetParent(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>
-