public class AuthorizedRoleAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
code
Code of the authorized role.
|
private java.lang.String |
name
Name of the authorized role.
|
private UESURI |
uri
Authorized role UESURI.
|
| Constructor and Description |
|---|
AuthorizedRoleAttributes() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Getter for property code.
|
java.lang.String |
getName()
Getter for property name.
|
UESURI |
getUri()
Getter for property uri.
|
void |
setCode(java.lang.String code)
Setter for property code.
|
void |
setName(java.lang.String name)
Setter for property name.
|
void |
setUri(UESURI uri)
Setter for property uri.
|
java.lang.String |
toString() |
uri - The uri to set.code - The code to set.name - The name to set.toString in class java.lang.ObjectObject.toString()