org.apache.jetspeed.om.common.servlet
Interface MutableSecurityRole

All Superinterfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRole

public interface MutableSecurityRole
extends org.apache.pluto.om.common.SecurityRole

MutableSecurityRole

Version:
$Id: MutableSecurityRole.java 186724 2004-06-05 05:10:46Z taylor $
Author:
Ate Douma

Method Summary
 void setDescription(String description)
           
 void setRoleName(String roleName)
           
 
Methods inherited from interface org.apache.pluto.om.common.SecurityRole
getDescription, getRoleName
 

Method Detail

setDescription

public void setDescription(String description)

setRoleName

public void setRoleName(String roleName)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.