📄 ejsremotecmprole_hdr_0bcff8da.java
字号:
package com.leeman.wkexs.master.rolemgt.dao;import com.ibm.ejs.container.*;/** * EJSRemoteCMPRole_Hdr_0bcff8da */public class EJSRemoteCMPRole_Hdr_0bcff8da extends EJSWrapper implements Role_Hdr { /** * EJSRemoteCMPRole_Hdr_0bcff8da */ public EJSRemoteCMPRole_Hdr_0bcff8da() throws java.rmi.RemoteException { super(); } /** * getCreate_by */ public java.lang.String getCreate_by() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 0, _EJS_s); _EJS_result = _EJS_beanRef.getCreate_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_modify_by */ public java.lang.String getLast_modify_by() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 1, _EJS_s); _EJS_result = _EJS_beanRef.getLast_modify_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, 1, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getRole_name */ public java.lang.String getRole_name() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 2, _EJS_s); _EJS_result = _EJS_beanRef.getRole_name(); } 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; } /** * getCreate_dttm */ public java.util.Date getCreate_dttm() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.util.Date _EJS_result = null; try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 3, _EJS_s); _EJS_result = _EJS_beanRef.getCreate_dttm(); } 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; } /** * getLast_modify_dttm */ public java.util.Date getLast_modify_dttm() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.util.Date _EJS_result = null; try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 4, _EJS_s); _EJS_result = _EJS_beanRef.getLast_modify_dttm(); } 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; } /** * setCreate_by */ public void setCreate_by(java.lang.String newCreate_by) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 5, _EJS_s); _EJS_beanRef.setCreate_by(newCreate_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, 5, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setCreate_dttm */ public void setCreate_dttm(java.util.Date newCreate_dttm) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 6, _EJS_s); _EJS_beanRef.setCreate_dttm(newCreate_dttm); } 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_modify_by */ public void setLast_modify_by(java.lang.String newLast_modify_by) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 7, _EJS_s); _EJS_beanRef.setLast_modify_by(newLast_modify_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, 7, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setLast_modify_dttm */ public void setLast_modify_dttm(java.util.Date newLast_modify_dttm) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 8, _EJS_s); _EJS_beanRef.setLast_modify_dttm(newLast_modify_dttm); } 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 ; } /** * setRole_name */ public void setRole_name(java.lang.String newRole_name) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean _EJS_beanRef = (com.leeman.wkexs.master.rolemgt.dao.Role_HdrBean)container.preInvoke(this, 9, _EJS_s); _EJS_beanRef.setRole_name(newRole_name); } 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 ; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -