|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.om.BaseObject
org.apache.jetspeed.om.security.turbine.BaseTurbinePermission
org.apache.jetspeed.om.security.turbine.TurbinePermission
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.
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 |
public TurbinePermission()
Method Detail |
public java.lang.String getName()
Permission
getName
in interface Permission
public void setName(java.lang.String name)
Permission
setName
in interface Permission
name
- the name of the Permission.public java.lang.String getId()
Permission
getId
in interface Permission
public void setId(java.lang.String id)
Permission
setId
in interface Permission
id
- the new id for the permission
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |