org.apache.pluto.om.common
Interface SecurityRole

All Superinterfaces:
Model

public interface SecurityRole
extends Model

The SecurityRole interface ...

This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.


Method Summary
 java.lang.String getDescription()
          Returns the description
 java.lang.String getRoleName()
          Returns the role_name
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description

Returns:
the description

getRoleName

public java.lang.String getRoleName()
Returns the role_name

Returns:
the role_name


Copyright © 2003-2007 . All Rights Reserved.