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