reg.java

来自「基于strurs架构+servlet+jsp+javabean架构科研管理系统」· Java 代码 · 共 64 行

JAVA
64
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?