org.apache.pluto.om.common
Interface SecurityRoleRef

All Superinterfaces:
Model

public interface SecurityRoleRef
extends Model

The SecurityRoleRef 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
 Description getDescription(java.util.Locale locale)
          Returns the description for the given locale.
 java.lang.String getRoleLink()
          Returns the role_link
 java.lang.String getRoleName()
          Returns the role_name
 

Method Detail

getRoleLink

java.lang.String getRoleLink()
Returns the role_link

Returns:
the role_link

getRoleName

java.lang.String getRoleName()
Returns the role_name

Returns:
the role_name

getDescription

Description getDescription(java.util.Locale locale)
Returns the description for the given locale.

Returns:
the localized description