public interface SecurityRoleRefCtrl extends Controller
The SecurityRoleRef
interface ...
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
Modifier and Type | Method and Description |
---|---|
void |
setDescription(java.lang.String description)
Sets the description
|
void |
setRoleLink(java.lang.String value)
Sets the value
|
void |
setRoleName(java.lang.String name)
Sets the name
|
void setRoleName(java.lang.String name)
name
- the new namevoid setRoleLink(java.lang.String value)
value
- the new valuevoid setDescription(java.lang.String description)
description
- the new descriptionCopyright © 2003-2013 . All Rights Reserved.