01: package org.tigris.scarab.om;
02:
03: import org.apache.torque.Torque;
04: import org.apache.torque.TorqueException;
05: import org.apache.torque.om.Persistent;
06:
07: /**
08: * This class manages ScarabRoleImpl objects.
09: * The skeleton for this class was autogenerated by Torque * You should add additional methods to this class to meet the
10: * application requirements. This class will only be generated as
11: * long as it does not already exist in the output directory.
12: */
13: public class ScarabRoleImplManager extends
14: org.tigris.scarab.om.BaseScarabRoleImplManager {
15: /**
16: * Creates a new <code>ScarabRoleImplManager</code> instance.
17: *
18: * @exception TorqueException if an error occurs
19: */
20: public ScarabRoleImplManager() throws TorqueException {
21: super();
22: }
23: }
|