public class Component extends Object implements Serializable
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(Action action)
Method addAction.
|
List |
getActions()
Method getActions.
|
String |
getDescription()
Get the component description.
|
String |
getName()
Get the component name.
|
void |
removeAction(Action action)
Method removeAction.
|
void |
setActions(List actions)
Set the list of actions for this component.
|
void |
setDescription(String description)
Set the component description.
|
void |
setName(String name)
Set the component name.
|
public void addAction(Action action)
action - public List getActions()
public String getDescription()
public String getName()
public void removeAction(Action action)
action - public void setActions(List actions)
actions - public void setDescription(String description)
description - public void setName(String name)
name - Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.