📄 cate.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 + -