org.apache.jetspeed.om.security.turbine
Class TurbinePermission

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.apache.jetspeed.om.security.turbine.BaseTurbinePermission
          extended byorg.apache.jetspeed.om.security.turbine.TurbinePermission
All Implemented Interfaces:
Permission, org.apache.torque.om.Persistent, java.io.Serializable

public class TurbinePermission
extends org.apache.jetspeed.om.security.turbine.BaseTurbinePermission
implements org.apache.torque.om.Persistent, Permission

The skeleton for this class was autogenerated by Torque on: [Mon Jun 03 20:14:05 PDT 2002] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbinePermission
collTurbineRolePermissions
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
TurbinePermission()
           
 
Method Summary
 java.lang.String getId()
          Get the id of the Permission
 java.lang.String getName()
          Get the name of the Permission
 void setId(java.lang.String id)
          Set the id of the Permission
 void setName(java.lang.String name)
          Set the name of the Permission
 
Methods inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbinePermission
addTurbineRolePermission, copy, copyInto, getByName, getByPeerName, getByPosition, getFieldNames, getObjectdata, getPeer, getPermissionId, getPermissionName, getPrimaryKey, getTurbineRolePermissions, getTurbineRolePermissions, getTurbineRolePermissions, getTurbineRolePermissions, getTurbineRolePermissionsJoinTurbinePermission, getTurbineRolePermissionsJoinTurbineRole, initTurbineRolePermissions, save, save, save, setObjectdata, setPermissionId, setPermissionName, setPrimaryKey, setPrimaryKey, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

TurbinePermission

public TurbinePermission()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Permission
Get the name of the Permission

Specified by:
getName in interface Permission
Returns:
the name of the permission.

setName

public void setName(java.lang.String name)
Description copied from interface: Permission
Set the name of the Permission

Specified by:
setName in interface Permission
Parameters:
name - the name of the Permission.

getId

public java.lang.String getId()
Description copied from interface: Permission
Get the id of the Permission

Specified by:
getId in interface Permission
Returns:
the id of the permission.

setId

public void setId(java.lang.String id)
Description copied from interface: Permission
Set the id of the Permission

Specified by:
setId in interface Permission
Parameters:
id - the new id for the permission


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