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()booleanremoveNode(MaisDocNode node) voidsetDescription(String description) voidvoidvoidsetParent(MaisDocNode parent) voidsetUserData(Object userData) <T> TtoUserData(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
-