Class TreeFolder
- java.lang.Object
-
- de.terrestris.shoguncore.model.PersistentObject
-
- de.terrestris.shoguncore.model.tree.TreeNode
-
- de.terrestris.shoguncore.model.tree.TreeFolder
-
- All Implemented Interfaces:
Serializable
@Entity public class TreeFolder extends TreeNode
- Author:
- Nils Bühner, Kai Volland, terrestris GmbH & Co. KG
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TreeFolder()Explicitly adding the default constructor as this is important, e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<TreeNode>getChildren()inthashCode()voidsetChildren(List<TreeNode> children)-
Methods inherited from class de.terrestris.shoguncore.model.tree.TreeNode
getIcon, getIconCls, getIndex, getParentFolder, getqTip, getqTitle, getText, isChecked, isExpandable, isExpanded, isLeaf, isRoot, setChecked, setExpandable, setExpanded, setIcon, setIconCls, setIndex, setLeaf, setParentFolder, setqTip, setqTitle, setRoot, setText
-
Methods inherited from class de.terrestris.shoguncore.model.PersistentObject
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toString
-
-