Class AutoAdministrationTree
- java.lang.Object
-
- lumis.service.autoadministration.entity.AutoAdministrationTree
-
public class AutoAdministrationTree extends java.lang.Object
Auto administration tree.- Since:
- 10.4.0
- Version:
- $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
-
-
Constructor Summary
Constructors Constructor Description AutoAdministrationTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoAdministrationTreeItem
getChild(java.lang.String itemId)
java.util.Collection<AutoAdministrationTreeItem>
getChildren()
Returns the children.java.util.Collection<AutoAdministrationTreeExclusion>
getExclusions()
Returns the exclusions.java.lang.String
getId()
Returns the id.java.lang.String
getName()
Returns the name.int
getPosition()
Returns the position.java.util.List<AutoAdministrationTreeItem>
getRootItems()
Returns the sorted root items of this tree.AutoAdministrationTreeType
getType()
Returns the tree type.boolean
isHidden()
Returns whether the tree is hidden or not.boolean
isStandard()
Returns whether this is a standard tree.java.lang.String
toString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Returns the id.- Returns:
- the id
- Since:
- 10.4.0
-
getName
public java.lang.String getName()
Returns the name.- Returns:
- the name
- Since:
- 10.4.0
-
getPosition
public int getPosition()
Returns the position.- Returns:
- the position
- Since:
- 10.4.0
-
isHidden
public boolean isHidden()
Returns whether the tree is hidden or not.- Returns:
- whether the tree is hidden or not.
- Since:
- 10.4.0
-
isStandard
public boolean isStandard()
Returns whether this is a standard tree.- Returns:
- whether this is a standard tree.
- Since:
- 10.4.0
-
getType
public AutoAdministrationTreeType getType()
Returns the tree type.- Returns:
- the tree type.
- Since:
- 10.4.0
-
getChildren
public java.util.Collection<AutoAdministrationTreeItem> getChildren()
Returns the children.- Returns:
- the children
- Since:
- 10.4.0
-
getExclusions
public java.util.Collection<AutoAdministrationTreeExclusion> getExclusions()
Returns the exclusions.- Returns:
- the exclusions
- Since:
- 10.4.0
-
getChild
public AutoAdministrationTreeItem getChild(java.lang.String itemId)
-
getRootItems
public java.util.List<AutoAdministrationTreeItem> getRootItems()
Returns the sorted root items of this tree.- Returns:
- the sorted root items of this tree.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-