public class LevelInfo
extends java.lang.Object
| Constructor and Description |
|---|
LevelInfo(Permission permission,
boolean hasPermissionsForEntities,
int permissionIndex) |
LevelInfo(java.lang.String level,
boolean hasEntityLevelPermissions,
int recordIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLevel() |
Permission |
getPermission() |
int |
getPermissionIndex() |
boolean |
hasPermissionsForEntities() |
public LevelInfo(java.lang.String level,
boolean hasEntityLevelPermissions,
int recordIndex)
public LevelInfo(Permission permission, boolean hasPermissionsForEntities, int permissionIndex)
public Permission getPermission()
public java.lang.String getLevel()
public boolean hasPermissionsForEntities()
public int getPermissionIndex()