|
|||||||||||
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.BaseTurbineGroup org.apache.jetspeed.om.security.turbine.TurbineGroup
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.BaseTurbineGroup |
collTurbineUserGroupRoles |
Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
Constructor Summary | |
TurbineGroup()
|
Method Summary | |
java.lang.String |
getId()
Get the id of the Group |
java.lang.String |
getName()
Get the name of the Group |
void |
setId(java.lang.String id)
Set the id of the Group |
void |
setName(java.lang.String name)
Set the name of the Group |
Methods inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbineGroup |
addTurbineUserGroupRole, copy, copyInto, getByName, getByPeerName, getByPosition, getFieldNames, getGroupId, getGroupName, getObjectdata, getPeer, getPrimaryKey, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRolesJoinTurbineGroup, getTurbineUserGroupRolesJoinTurbineRole, getTurbineUserGroupRolesJoinTurbineUser, initTurbineUserGroupRoles, save, save, save, setGroupId, setGroupName, setObjectdata, 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 TurbineGroup()
Method Detail |
public java.lang.String getName()
Group
getName
in interface Group
public void setName(java.lang.String name)
Group
setName
in interface Group
name
- the name of the Group.public java.lang.String getId()
Group
getId
in interface Group
public void setId(java.lang.String id)
Group
setId
in interface Group
id
- the new id for the group
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |