public class Category extends Object
Constructor and Description |
---|
Category() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Action> |
getActions()
Returns the actions associated with this category.
|
LocalizableMessage |
getName()
Returns the name of the category.
|
void |
setName(LocalizableMessage name)
Sets the name of the category.
|
public LocalizableMessage getName()
public void setName(LocalizableMessage name)
name
- the name of the category.Copyright © 2010–2017 ForgeRock AS. All rights reserved.