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