public class RoleItem extends Object implements Serializable
Constructor and Description |
---|
RoleItem() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Role description
|
int |
getId()
Role ID
|
String |
getLabel()
Role label
|
boolean |
isValue()
Role assignment.
|
RoleItem |
setDescription(String description)
Set description
|
RoleItem |
setId(int id)
Set the role ID
|
RoleItem |
setLabel(String label)
Set label
|
RoleItem |
setValue(boolean value)
Set role assignment
|
public int getId()
public RoleItem setId(int id)
id
- IDpublic String getLabel()
public RoleItem setLabel(String label)
label
- labelpublic String getDescription()
public RoleItem setDescription(String description)
description
- descriptionpublic boolean isValue()
public RoleItem setValue(boolean value)
value
- flagCopyright © 2019 Gentics Software. All rights reserved.