public interface Permission
PermissionImpl
Modifier and Type | Method and Description |
---|---|
String |
getActionId() |
String |
getName() |
String |
getPrimKey() |
int |
getScope() |
void |
setActionId(String actionId) |
void |
setName(String name) |
void |
setPrimKey(String primKey) |
void |
setScope(int scope) |