public class ApplicationRole extends Object
| Constructor and Description |
|---|
ApplicationRole() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRole |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
Integer |
getId()
Get id
|
String |
getName()
Get name
|
int |
hashCode() |
ApplicationRole |
id(Integer id) |
ApplicationRole |
name(String name) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
String |
toString() |
public ApplicationRole id(Integer id)
public Integer getId()
public void setId(Integer id)
public ApplicationRole name(String name)
public String getName()
public void setName(String name)
public ApplicationRole description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2018. All rights reserved.