public class SecurityRoleModel
extends java.lang.Object
| Constructor and Description |
|---|
SecurityRoleModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Getter for description
A description of this security role
|
java.lang.Byte |
getId()
Getter for id
The unique ID number of this security role.
|
void |
setDescription(java.lang.String value)
Setter for description
A description of this security role
|
void |
setId(java.lang.Byte value)
Setter for id
The unique ID number of this security role.
|
java.lang.String |
toString()
Returns a JSON string representation of SecurityRoleModel
|
public java.lang.Byte getId()
public void setId(java.lang.Byte value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object