@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>
| Constructor and Description |
|---|
ProgramDocSection() |
| Modifier and Type | Method and Description |
|---|---|
List<ProgramDocSection> |
getChildren() |
String |
getCode() |
String |
getContent() |
ProgramDoc |
getDoc() |
String |
getIndexno() |
String |
getName() |
ProgramDocSection |
getParent() |
void |
setChildren(List<ProgramDocSection> children) |
void |
setCode(String code) |
void |
setContent(String content) |
void |
setDoc(ProgramDoc doc) |
void |
setName(String name) |
void |
setParent(ProgramDocSection parent) |
equals, getId, hashCode, isPersisted, isTransient, setIdpublic String getName()
public void setName(String name)
public String getIndexno()
getIndexno in interface org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>public String getContent()
public void setContent(String content)
public ProgramDoc getDoc()
public void setDoc(ProgramDoc doc)
public String getCode()
public void setCode(String code)
public ProgramDocSection getParent()
getParent in interface org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>public void setParent(ProgramDocSection parent)
setParent in interface org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>public List<ProgramDocSection> getChildren()
getChildren in interface org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>public void setChildren(List<ProgramDocSection> children)
setChildren in interface org.beangle.commons.entity.HierarchyEntity<ProgramDocSection,Long>Copyright © 2014–2019 The OpenURP Software. All rights reserved.