📄 jetspeedroleprofilemanager.java
字号:
package org.apache.jetspeed.om.dbpsml;import org.apache.torque.Torque;import org.apache.torque.TorqueException;import org.apache.torque.om.Persistent;/** * This class manages JetspeedRoleProfile 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 JetspeedRoleProfileManager extends BaseJetspeedRoleProfileManager{ /** * Creates a new <code>JetspeedRoleProfileManager</code> instance. * * @exception TorqueException if an error occurs */ public JetspeedRoleProfileManager() throws TorqueException { super(); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -