123packageorg.apache.jetspeed.om.apps.email;
45import org.apache.torque.Torque;
6import org.apache.torque.TorqueException;
7import org.apache.torque.om.Persistent;
89/***10 * This class manages EmailInbox 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 */19publicclassEmailInboxManager20extendsBaseEmailInboxManager21 {
22/***23 * Creates a new <code>EmailInboxManager</code> instance.24 *25 * @exception TorqueException if an error occurs26 */27publicEmailInboxManager()
28 throws TorqueException
29 {
30super();
31 }
32 }