public static class Permissions.Permission
extends java.lang.Object
Constructor and Description |
---|
Permissions.Permission() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActions()
Get the actions.
|
java.lang.String |
getClassName()
Get the class of the permission.
|
java.lang.String |
getName()
Get the name of the permission.
|
void |
setActions(java.lang.String actions)
Set the actions.
|
void |
setClass(java.lang.String aClass)
Set the class, mandatory.
|
void |
setName(java.lang.String aName)
Set the name of the permission.
|
java.lang.String |
toString()
Get a string description of the permissions.
|
public void setClass(java.lang.String aClass)
aClass
- The class name of the permission.public java.lang.String getClassName()
public void setName(java.lang.String aName)
aName
- The name of the permission.public java.lang.String getName()
public void setActions(java.lang.String actions)
actions
- The actions of the permission.public java.lang.String getActions()
public java.lang.String toString()
toString
in class java.lang.Object