public class Component extends Object implements Serializable
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(Action action)
Method addAction.
|
List<Action> |
getActions()
Method getActions.
|
String |
getDescription()
Get the component description.
|
String |
getName()
Get the component name.
|
void |
removeAction(Action action)
Method removeAction.
|
void |
setActions(List<Action> 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 String getDescription()
public String getName()
public void removeAction(Action action)
action - public void setActions(List<Action> actions)
actions - public void setDescription(String description)
description - public void setName(String name)
name - Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.