⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reg.java

📁 基于strurs架构+servlet+jsp+javabean架构科研管理系统
💻 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 + -