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

📄 userdetaillocal.java

📁 基于strurs架构+servlet+jsp+javabean架构科研管理系统
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package cn.edu.zucc.research.ejb.cmp.userDetail;/** * Local interface for UserDetail. * @generated  * @lomboz generated */public interface UserDetailLocal   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.String getUserId(  ) ;   /**    * <!-- begin-user-doc --> Sets the userId    * @param java.lang.String the new userId value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setUserId( java.lang.String userId ) ;   /**    * <!-- 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 birth Returns the birth    * @return the birth <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getBirth(  ) ;   /**    * <!-- begin-user-doc --> Sets the birth    * @param java.lang.String the new birth value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setBirth( java.lang.String birth ) ;   /**    * <!-- begin-user-doc --> CMP Field sex Returns the sex    * @return the sex <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getSex(  ) ;   /**    * <!-- begin-user-doc --> Sets the sex    * @param java.lang.String the new sex value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setSex( java.lang.String sex ) ;   /**    * <!-- 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 question Returns the question    * @return the question <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getQuestion(  ) ;   /**    * <!-- begin-user-doc --> Sets the question    * @param java.lang.String the new question value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setQuestion( java.lang.String question ) ;   /**    * <!-- begin-user-doc --> CMP Field answer Returns the answer    * @return the answer <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getAnswer(  ) ;   /**    * <!-- begin-user-doc --> Sets the answer    * @param java.lang.String the new answer value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setAnswer( java.lang.String answer ) ;}

⌨️ 快捷键说明

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