public class Role extends BaseEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Role.Builder |
| Constructor and Description |
|---|
Role(String name,
String description) |
Role(String id,
String name,
String description) |
Role(UUID id,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
toString() |
equals, getCreatedAt, getId, getIdAsUUID, getUpdatedAt, hashCode, setUpdatedAtpublic String getName()
public String getDescription()
public String toString()
toString in class BaseEntityCopyright © 2015 Red Hat, Inc.. All rights reserved.