KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > tigris > scarab > om > PendingGroupUserRoleManager


1
2
3 package org.tigris.scarab.om;
4
5
6 import org.apache.torque.TorqueException;
7
8 /**
9  * This class manages PendingGroupUserRole objects.
10  * The skeleton for this class was autogenerated by Torque * You should add additional methods to this class to meet the
11  * application requirements. This class will only be generated as
12  * long as it does not already exist in the output directory.
13  */

14 public class PendingGroupUserRoleManager
15     extends BasePendingGroupUserRoleManager
16 {
17     /**
18      * Creates a new <code>PendingGroupUserRoleManager</code> instance.
19      *
20      * @exception TorqueException if an error occurs
21      */

22     public PendingGroupUserRoleManager()
23         throws TorqueException
24     {
25         super();
26     }
27
28 }
29
30
31
32
33
34
Popular Tags