|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityRoleRefCtrl
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.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |