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

📄 userlocal.java

📁 《精通SOA:基于服务总线的Struts+EJB+Web Service整合应用开发》原书的实例代码
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package com.sample.cmp.user;/** * Local interface for User. * @generated  * @lomboz generated */public interface UserLocal   extends javax.ejb.EJBLocalObject{   /**    * <!-- begin-user-doc --> CMP Field userID Returns the userID    * @return the userID <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.Integer getUserID(  ) ;   /**    * <!-- begin-user-doc --> Sets the userID    * @param java.lang.Integer the new userID value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setUserID( java.lang.Integer userID ) ;   /**    * <!-- begin-user-doc --> CMP Field loginName Returns the loginName    * @return the loginName <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getLoginName(  ) ;   /**    * <!-- begin-user-doc --> Sets the loginName    * @param java.lang.String the new loginName value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setLoginName( java.lang.String loginName ) ;   /**    * <!-- begin-user-doc --> CMP Field name Returns the name    * @return the name <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getName(  ) ;   /**    * <!-- begin-user-doc --> Sets the name    * @param java.lang.String the new name value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setName( java.lang.String name ) ;   /**    * <!-- begin-user-doc --> CMP Field password Returns the password    * @return the password <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getPassword(  ) ;   /**    * <!-- begin-user-doc --> Sets the password    * @param java.lang.String the new password value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setPassword( java.lang.String password ) ;   /**    * <!-- begin-user-doc --> CMP Field phone Returns the phone    * @return the phone <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getPhone(  ) ;   /**    * <!-- begin-user-doc --> Sets the phone    * @param java.lang.String the new phone value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setPhone( java.lang.String phone ) ;   /**    * <!-- begin-user-doc --> CMP Field email Returns the email    * @return the email <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getEmail(  ) ;   /**    * <!-- begin-user-doc --> Sets the email    * @param java.lang.String the new email value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setEmail( java.lang.String email ) ;   /**    * <!-- begin-user-doc --> CMP Field createTime Returns the createTime    * @return the createTime <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.sql.Timestamp getCreateTime(  ) ;   /**    * <!-- begin-user-doc --> Sets the createTime    * @param java.sql.Timestamp the new createTime value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setCreateTime( java.sql.Timestamp createTime ) ;}

⌨️ 快捷键说明

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