Class AutoAdministrationTreeItem
- java.lang.Object
-
- lumis.service.autoadministration.entity.AutoAdministrationTreeItem
-
public class AutoAdministrationTreeItem extends java.lang.Object
Auto administration tree item.- Since:
- 10.4.0
- Version:
- $Revision: 22202 $ $Date: 2018-12-17 15:54:36 -0200 (Mon, 17 Dec 2018) $
-
-
Constructor Summary
Constructors Constructor Description AutoAdministrationTreeItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChannelId()
Returns the channelId.java.util.List<AutoAdministrationTreeItem>
getChildren()
Returns the children.java.lang.String
getId()
Returns the id.int
getIndent()
Returns the item indent.java.lang.String
getName()
Returns the name.AutoAdministrationTreeItem
getParent()
Returns the parent.java.lang.String
getParentItemPath()
Returns the item parent path.int
getPosition()
Returns the position.java.lang.String
getServiceInstanceId()
Returns the serviceInstanceId.AutoAdministrationTree
getTree()
Returns the tree.AutoAdministrationTreeItemType
getType()
Returns the type.java.lang.Boolean
isHidden()
Returns if the channel is hiddenjava.lang.String
toString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Returns the id.- Returns:
- the id
- Since:
- 10.4.0
-
getTree
public AutoAdministrationTree getTree()
Returns the tree.- Returns:
- the tree
- Since:
- 10.4.0
-
getType
public AutoAdministrationTreeItemType getType()
Returns the type.- Returns:
- the type
- Since:
- 10.4.0
-
getParent
public AutoAdministrationTreeItem getParent()
Returns the parent.- Returns:
- the parent
- Since:
- 10.4.0
-
getChildren
public java.util.List<AutoAdministrationTreeItem> getChildren()
Returns the children.- Returns:
- the children
- 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
-
getServiceInstanceId
public java.lang.String getServiceInstanceId()
Returns the serviceInstanceId.- Returns:
- the serviceInstanceId
- Since:
- 10.4.0
-
getChannelId
public java.lang.String getChannelId()
Returns the channelId.- Returns:
- the channelId
- Since:
- 10.4.0
-
isHidden
public java.lang.Boolean isHidden()
Returns if the channel is hidden- Returns:
- if is hidden
- Since:
- 11.1.0
-
getIndent
public int getIndent()
Returns the item indent.- Returns:
- the item indent.
- Since:
- 10.4.0
-
getParentItemPath
public java.lang.String getParentItemPath()
Returns the item parent path.- Returns:
- the item parent path.
- Since:
- 10.4.0
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-