public class RoleJPA
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RoleJPA()
Instantiates a new role JPA.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getRole()
Gets the role.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setRole(java.lang.String role)
Sets the role.
|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- the new rolepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new description