123packageorg.apache.jetspeed.om.dbpsml;
45import org.apache.torque.Torque;
6import org.apache.torque.TorqueException;
7import org.apache.torque.om.Persistent;
89/***10 * This class manages JetspeedGroupProfile objects.11 * The skeleton for this class was autogenerated by Torque on:12 *13 * [Thu Apr 22 23:12:36 EDT 2004]14 *15 * You should add additional methods to this class to meet the16 * application requirements. This class will only be generated as17 * long as it does not already exist in the output directory.18 */19publicclassJetspeedGroupProfileManager20extendsBaseJetspeedGroupProfileManager21 {
22/***23 * Creates a new <code>JetspeedGroupProfileManager</code> instance.24 *25 * @exception TorqueException if an error occurs26 */27publicJetspeedGroupProfileManager()
28 throws TorqueException
29 {
30super();
31 }
32 }