Class MaisDocNode
java.lang.Object
org.x4o.maisdoc.model.MaisDocNode
ApiDocNode defines the concept impl data tree nodes for which we write documents.
- Version:
- 1.0 May 12, 2013
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNode
(MaisDocNode node) getId()
getName()
getNodes()
boolean
removeNode
(MaisDocNode node) void
setDescription
(String description) void
void
void
setParent
(MaisDocNode parent) void
setUserData
(Object userData) <T> T
toUserData
(Class<T> type)
-
Constructor Details
-
MaisDocNode
public MaisDocNode() -
MaisDocNode
-
-
Method Details
-
addNode
-
removeNode
-
getNodes
-
toUserData
-
getUserData
- Returns:
- the userData
-
setUserData
- Parameters:
userData
- the userData to set
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getParent
- Returns:
- the parent
-
setParent
- Parameters:
parent
- the parent to set
-