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

📄 cate.java

📁 基于strurs架构+servlet+jsp+javabean架构科研管理系统
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package cn.edu.zucc.research.ejb.cmp.cate;/** * Remote interface for Cate. * @generated  * @lomboz generated */public interface Cate   extends javax.ejb.EJBObject{   /**    * <!-- begin-user-doc --> CMP Field categoryId Returns the categoryId    * @return the categoryId <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getCategoryId(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the categoryId    * @param java.lang.String the new categoryId value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setCategoryId( java.lang.String categoryId )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field categoryName Returns the categoryName    * @return the categoryName <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getCategoryName(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the categoryName    * @param java.lang.String the new categoryName value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setCategoryName( java.lang.String categoryName )      throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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