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

📄 detail.java

📁 基于strurs架构+servlet+jsp+javabean架构科研管理系统
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package cn.edu.zucc.research.ejb.cmp.detail;/** * Remote interface for Detail. * @generated  * @lomboz generated */public interface Detail   extends javax.ejb.EJBObject{   /**    * <!-- begin-user-doc --> CMP Field resDeId Returns the resDeId    * @return the resDeId <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getResDeId(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the resDeId    * @param java.lang.String the new resDeId value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setResDeId( java.lang.String resDeId )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field resNum Returns the resNum    * @return the resNum <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getResNum(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the resNum    * @param java.lang.String the new resNum value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setResNum( java.lang.String resNum )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field resStaff Returns the resStaff    * @return the resStaff <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getResStaff(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the resStaff    * @param java.lang.String the new resStaff value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setResStaff( java.lang.String resStaff )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field beginDate Returns the beginDate    * @return the beginDate <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getBeginDate(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the beginDate    * @param java.lang.String the new beginDate value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setBeginDate( java.lang.String beginDate )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field resTask Returns the resTask    * @return the resTask <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getResTask(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the resTask    * @param java.lang.String the new resTask value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setResTask( java.lang.String resTask )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field responsible Returns the responsible    * @return the responsible <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getResponsible(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the responsible    * @param java.lang.String the new responsible value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setResponsible( java.lang.String responsible )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field resMoney Returns the resMoney    * @return the resMoney <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.Double getResMoney(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the resMoney    * @param java.lang.Double the new resMoney value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setResMoney( java.lang.Double resMoney )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field resSpeed Returns the resSpeed    * @return the resSpeed <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getResSpeed(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the resSpeed    * @param java.lang.String the new resSpeed value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setResSpeed( java.lang.String resSpeed )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field updateTime Returns the updateTime    * @return the updateTime <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.util.Date getUpdateTime(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the updateTime    * @param java.util.Date the new updateTime value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setUpdateTime( java.util.Date updateTime )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field isOver Returns the isOver    * @return the isOver <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.util.Date getIsOver(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the isOver    * @param java.util.Date the new isOver value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setIsOver( java.util.Date isOver )      throws java.rmi.RemoteException;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -