📄 ejsremotecmpcompany_eb9e26f7.java
字号:
* getCustomer_prefix_cd */ public java.lang.String getCustomer_prefix_cd() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 17, _EJS_s); _EJS_result = _EJS_beanRef.getCustomer_prefix_cd(); } 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, 17, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getEmail */ public java.lang.String getEmail() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 18, _EJS_s); _EJS_result = _EJS_beanRef.getEmail(); } 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, 18, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getFax */ public java.lang.String getFax() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 19, _EJS_s); _EJS_result = _EJS_beanRef.getFax(); } 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, 19, _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.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 20, _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, 20, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getPostal_cd */ public java.lang.String getPostal_cd() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 21, _EJS_s); _EJS_result = _EJS_beanRef.getPostal_cd(); } 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, 21, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getTelephone */ public java.lang.String getTelephone() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.lang.String _EJS_result = null; try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 22, _EJS_s); _EJS_result = _EJS_beanRef.getTelephone(); } 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, 22, _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.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 23, _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, 23, _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.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 24, _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, 24, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * getLast_mth_end */ public java.util.Date getLast_mth_end() throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); java.util.Date _EJS_result = null; try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 25, _EJS_s); _EJS_result = _EJS_beanRef.getLast_mth_end(); } 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, 25, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return _EJS_result; } /** * setActive */ public void setActive(java.lang.String newActive) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 26, _EJS_s); _EJS_beanRef.setActive(newActive); } 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, 26, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setBank_id */ public void setBank_id(java.lang.String newBank_id) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 27, _EJS_s); _EJS_beanRef.setBank_id(newBank_id); } 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, 27, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setBase_currency */ public void setBase_currency(java.lang.String newBase_currency) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 28, _EJS_s); _EJS_beanRef.setBase_currency(newBase_currency); } 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, 28, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setCompany_address_chs */ public void setCompany_address_chs(java.lang.String newCompany_address_chs) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 29, _EJS_s); _EJS_beanRef.setCompany_address_chs(newCompany_address_chs); } 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, 29, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setCompany_address_cht */ public void setCompany_address_cht(java.lang.String newCompany_address_cht) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 30, _EJS_s); _EJS_beanRef.setCompany_address_cht(newCompany_address_cht); } 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, 30, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setCompany_address_eng */ public void setCompany_address_eng(java.lang.String newCompany_address_eng) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 31, _EJS_s); _EJS_beanRef.setCompany_address_eng(newCompany_address_eng); } 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, 31, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setCompany_chop_name_chs */ public void setCompany_chop_name_chs(java.lang.String newCompany_chop_name_chs) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 32, _EJS_s); _EJS_beanRef.setCompany_chop_name_chs(newCompany_chop_name_chs); } 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, 32, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setCompany_chop_name_cht */ public void setCompany_chop_name_cht(java.lang.String newCompany_chop_name_cht) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 33, _EJS_s); _EJS_beanRef.setCompany_chop_name_cht(newCompany_chop_name_cht); } 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, 33, _EJS_s); } finally { container.putEJSDeployedSupport(_EJS_s); } } return ; } /** * setCompany_chop_name_eng */ public void setCompany_chop_name_eng(java.lang.String newCompany_chop_name_eng) throws java.rmi.RemoteException { EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this); try { com.leeman.wkexs.master.company.dao.CompanyBean _EJS_beanRef = (com.leeman.wkexs.master.company.dao.CompanyBean)container.preInvoke(this, 34, _EJS_s); _EJS_beanRef.setCompany_chop_name_eng(newCompany_chop_name_eng); } catch (java.rmi.RemoteException ex) { _EJS_s.setUncheckedException(ex); } catch (Throwable ex) { _EJS_s.setUncheckedException(ex);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -