org.apache.pluto.om.common
Interface SecurityRoleRefCtrl

All Superinterfaces:
Controller

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.


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

setRoleName

void setRoleName(java.lang.String name)
Sets the name

Parameters:
name - the new name

setRoleLink

void setRoleLink(java.lang.String value)
Sets the value

Parameters:
value - the new value

setDescription

void setDescription(java.lang.String description)
Sets the description

Parameters:
description - the new description


Copyright © 2003-2010 . All Rights Reserved.