|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.apps.system.SystemRoleManager.ViewCategory
public static class SystemRoleManager.ViewCategory
The Category class is a container for information about different Categories, or Views, defined inside of ITIM. Category classes are read-only, and so have no methods available to change their data.
| Constructor Summary | |
|---|---|
SystemRoleManager.ViewCategory(java.lang.String name,
java.lang.String description,
int category)
Create a new Category. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemRoleManager.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.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public int getCategory()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||