| This class represents the permissions that a Role has to access
certain pages/functions within the system. The class implements
Comparable so that when Permissions are added to a Set, they will
be in alphabetical order by name.
author: Frank Y. Kim author: John D. McNally author: Brett McLaughlinorg.apache.turbine.services.security.torque.TorquePermission version: $Id: TurbinePermission.java 571795 2007-09-01 13:09:35Z tv $ |