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

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.apache.jetspeed.om.security.turbine.BaseTurbineGroup
          extended byorg.apache.jetspeed.om.security.turbine.TurbineGroup
All Implemented Interfaces:
Group, org.apache.torque.om.Persistent, java.io.Serializable

public class TurbineGroup
extends org.apache.jetspeed.om.security.turbine.BaseTurbineGroup
implements org.apache.torque.om.Persistent, Group

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.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

TurbineGroup

public TurbineGroup()
Method Detail

getName

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

Specified by:
getName in interface Group
Returns:
the name of the group.

setName

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

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

getId

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

Specified by:
getId in interface Group
Returns:
the id of the group.

setId

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

Specified by:
setId in interface Group
Parameters:
id - the new id for the group


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