public class RoleModel extends Object
Constructor and Description |
---|
RoleModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getDescription()
Description in all possible translations
|
Integer |
getId()
Role ID
|
Map<String,String> |
getName()
Name in all possible translations
|
RoleModel |
setDescription(Map<String,String> description)
Set description map
|
RoleModel |
setId(Integer id)
Set the ID
|
RoleModel |
setName(Map<String,String> name)
Set name map
|
public Integer getId()
public RoleModel setName(Map<String,String> name)
name
- name mappublic Map<String,String> getDescription()
Copyright © 2024 Gentics Software. All rights reserved.