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

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.apache.jetspeed.om.security.turbine.BaseTurbineRole
          extended byorg.apache.jetspeed.om.security.turbine.TurbineRole
All Implemented Interfaces:
org.apache.torque.om.Persistent, Role, java.io.Serializable

public class TurbineRole
extends org.apache.jetspeed.om.security.turbine.BaseTurbineRole
implements org.apache.torque.om.Persistent, Role

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.BaseTurbineRole
collTurbineRolePermissions, collTurbineUserGroupRoles
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
TurbineRole()
           
 
Method Summary
 java.lang.String getId()
          Get the id of the Role
 java.lang.String getName()
          Get the name of the Role
 void setId(java.lang.String id)
          Set the id of the Role
 void setName(java.lang.String name)
          Set the name of the Role
 
Methods inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbineRole
addTurbineRolePermission, addTurbineUserGroupRole, copy, copyInto, getByName, getByPeerName, getByPosition, getFieldNames, getObjectdata, getPeer, getPrimaryKey, getRoleId, getRoleName, getTurbineRolePermissions, getTurbineRolePermissions, getTurbineRolePermissions, getTurbineRolePermissions, getTurbineRolePermissionsJoinTurbinePermission, getTurbineRolePermissionsJoinTurbineRole, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRolesJoinTurbineGroup, getTurbineUserGroupRolesJoinTurbineRole, getTurbineUserGroupRolesJoinTurbineUser, initTurbineRolePermissions, initTurbineUserGroupRoles, save, save, save, setObjectdata, setPrimaryKey, setPrimaryKey, setRoleId, setRoleName, 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

TurbineRole

public TurbineRole()
Method Detail

getName

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

Specified by:
getName in interface Role
Returns:
the name of the role.

setName

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

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

getId

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

Specified by:
getId in interface Role
Returns:
the id of the role.

setId

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

Specified by:
setId in interface Role
Parameters:
id - the new id for the role


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