📄 reg.java
字号:
/* * Generated by XDoclet - Do not edit! */package cn.edu.zucc.research.ejb.bmp.reg;/** * Remote interface for Reg. * @generated * @lomboz generated */public interface Reg extends javax.ejb.EJBObject{ public java.lang.Integer getResId( ) throws java.rmi.RemoteException; public void setResId( java.lang.Integer resId ) throws java.rmi.RemoteException; public java.lang.String getResNum( ) throws java.rmi.RemoteException; public void setResNum( java.lang.String resNum ) throws java.rmi.RemoteException; public java.lang.String getResName( ) throws java.rmi.RemoteException; public void setResName( java.lang.String resName ) throws java.rmi.RemoteException; public java.lang.String getCategoryId( ) throws java.rmi.RemoteException; public void setCategoryId( java.lang.String categoryId ) throws java.rmi.RemoteException; public java.lang.String getUploadStaff( ) throws java.rmi.RemoteException; public void setUploadStaff( java.lang.String uploadStaff ) throws java.rmi.RemoteException; public java.util.Date getCheckDate( ) throws java.rmi.RemoteException; public void setCheckDate( java.util.Date checkDate ) throws java.rmi.RemoteException; public java.lang.String getCheckStaff( ) throws java.rmi.RemoteException; public void setCheckStaff( java.lang.String checkStaff ) throws java.rmi.RemoteException; public java.lang.String getCheckRemark( ) throws java.rmi.RemoteException; public void setCheckRemark( java.lang.String checkRemark ) throws java.rmi.RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -