public class RoleKeyData extends KeyData
RoleKey
,
Developer documentation: User authenticationModifier and Type | Field and Description |
---|---|
private String |
description |
private int |
itemType |
private String |
name |
private Map<RoleData,Integer> |
roles |
Constructor and Description |
---|
RoleKeyData() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description for the item.
|
int |
getItemType()
Get the code for the type of items this role key applies to.
|
String |
getName()
Get the name of the role key.
|
Map<RoleData,Integer> |
getRoles()
Get the map that manages which roles that have permissions
for this key.
|
void |
setDescription(String description) |
void |
setItemType(int itemType) |
void |
setName(String name) |
(package private) void |
setRoles(Map<RoleData,Integer> roles) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
private String name
private String description
private int itemType
public String getName()
public void setName(String name)
public String getDescription()
String
with a description of the itempublic void setDescription(String description)
public int getItemType()
Item
class for a list of constants.public void setItemType(int itemType)
public Map<RoleData,Integer> getRoles()