📄 ejsremotecmprunning_number_4095c903.java
字号:
package com.leeman.wkexs.common.dao;import com.ibm.ejs.container.*;/** * EJSRemoteCMPRunning_Number_4095c903 */public class EJSRemoteCMPRunning_Number_4095c903 extends EJSWrapper implements Running_Number { /** * EJSRemoteCMPRunning_Number_4095c903 */ public EJSRemoteCMPRunning_Number_4095c903() throws java.rmi.RemoteException { super(); } /** * getIncrement_by */ public java.lang.Double getIncrement_by() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.Double _EJS_result = null; try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 0, _EJS_s); _EJS_result = _EJS_beanRef.getIncrement_by(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 0, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getLast_used_no */ public java.lang.Double getLast_used_no() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.Double _EJS_result = null; try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 1, _EJS_s); _EJS_result = _EJS_beanRef.getLast_used_no(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 1, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getMax_value */ public java.lang.Double getMax_value() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.Double _EJS_result = null; try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 2, _EJS_s); _EJS_result = _EJS_beanRef.getMax_value(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 2, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getMin_value */ public java.lang.Double getMin_value() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.Double _EJS_result = null; try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 3, _EJS_s); _EJS_result = _EJS_beanRef.getMin_value(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 3, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getRecycle */ public java.lang.String getRecycle() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 4, _EJS_s); _EJS_result = _EJS_beanRef.getRecycle(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 4, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getRunning_desc */ public java.lang.String getRunning_desc() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 5, _EJS_s); _EJS_result = _EJS_beanRef.getRunning_desc(); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 5, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * setIncrement_by */ public void setIncrement_by(java.lang.Double newIncrement_by) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 6, _EJS_s); _EJS_beanRef.setIncrement_by(newIncrement_by); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 6, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setLast_used_no */ public void setLast_used_no(java.lang.Double newLast_used_no) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 7, _EJS_s); _EJS_beanRef.setLast_used_no(newLast_used_no); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 7, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setMax_value */ public void setMax_value(java.lang.Double newMax_value) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 8, _EJS_s); _EJS_beanRef.setMax_value(newMax_value); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 8, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setMin_value */ public void setMin_value(java.lang.Double newMin_value) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 9, _EJS_s); _EJS_beanRef.setMin_value(newMin_value); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 9, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setRecycle */ public void setRecycle(java.lang.String newRecycle) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 10, _EJS_s); _EJS_beanRef.setRecycle(newRecycle); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 10, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setRunning_desc */ public void setRunning_desc(java.lang.String newRunning_desc) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.common.dao.Running_NumberBean _EJS_beanRef = (com.leeman.wkexs.common.dao.Running_NumberBean)container.preInvoke(this, 11, _EJS_s); _EJS_beanRef.setRunning_desc(newRunning_desc); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex); throw new java.rmi.RemoteException("bean method raised unchecked exception", ex); } finally { try { container.postInvoke(this, 11, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -