?? coffeesmanager.java
字號:
package org.apache.jetspeed.om.apps.coffees;import org.apache.torque.Torque;import org.apache.torque.TorqueException;import org.apache.torque.om.Persistent;/** * This class manages Coffees objects. * The skeleton for this class was autogenerated by Torque on: * * [Thu Apr 22 15:30:48 PDT 2004] * * 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. */public class CoffeesManager extends BaseCoffeesManager{ /** * Creates a new <code>CoffeesManager</code> instance. * * @exception TorqueException if an error occurs */ public CoffeesManager() throws TorqueException { super(); }}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -