public static class SystemRoleManager.ViewCategory
extends java.lang.Object
| Constructor and Description |
|---|
ViewCategory(java.lang.String name,
java.lang.String description,
int category)
Create a new Category.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCategory()
Get the category integer of the category.
|
java.lang.String |
getDescription()
Get the description of the category.
|
java.lang.String |
getName()
Get the name of the category.
|
public ViewCategory(java.lang.String name,
java.lang.String description,
int category)
name - The name of the category.description - The description of the category. May be null.category - The int that identifies the category.public java.lang.String getName()
public java.lang.String getDescription()
public int getCategory()