CopaApp
Change of Plan Application
 All Classes Functions Variables Pages
Public Member Functions | List of all members
unicopa.copa.base.event.CategoryNode Interface Reference

Represents a node in the category tree. More...

Inheritance diagram for unicopa.copa.base.event.CategoryNode:
Inheritance graph
Collaboration diagram for unicopa.copa.base.event.CategoryNode:
Collaboration graph

Public Member Functions

int getId ()
 Get the ID of this node. More...
 
String getName ()
 Get the name of this node. More...
 
List<?extends CategoryNodegetChildren ()
 Get all category nodes that are children of this node in the category tree. More...
 

Detailed Description

Represents a node in the category tree.

The category tree starts with one CategoryNode

Author
Felix Wiemuth

Member Function Documentation

List<? extends CategoryNode> unicopa.copa.base.event.CategoryNode.getChildren ( )

Get all category nodes that are children of this node in the category tree.

If the list is empty, this category node is a leaf.

Returns

Implemented in unicopa.copa.base.event.CategoryNodeImpl.

int unicopa.copa.base.event.CategoryNode.getId ( )

Get the ID of this node.

Returns

Implemented in unicopa.copa.base.event.CategoryNodeImpl.

String unicopa.copa.base.event.CategoryNode.getName ( )

Get the name of this node.

The name represents the category.

Returns

Implemented in unicopa.copa.base.event.CategoryNodeImpl.


The documentation for this interface was generated from the following file: