📄 citylocal.java
字号:
/* * Generated by XDoclet - Do not edit! */package test.ejb.cmr;/** * Local interface for City. * @xdoclet-generated at 22-10-04 * @copyright The XDoclet Team * @author XDoclet * @version 1.2.2 */public interface CityLocal extends javax.ejb.EJBLocalObject{ /** * Returns the cityId * @return the cityId */ public java.lang.Integer getCityId( ) ; /** * Returns the name * @return the name */ public java.lang.String getName( ) ; /** * Sets the name * @param java.lang.String the new name value */ public void setName( java.lang.String name ) ; /** * Returns a collection of related test.ejb.cmr.LanguageLocal * @return a collection of related test.ejb.cmr.LanguageLocal */ public java.util.Collection getLanguages( ) ; /** * Sets a collection of related test.ejb.cmr.LanguageLocal * @param a collection of related test.ejb.cmr.LanguageLocal * @param languages the new CMR value */ public void setLanguages( java.util.Collection languages ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -