userdetail.java

来自「基于strurs架构+servlet+jsp+javabean架构科研管理系统」· Java 代码 · 共 113 行

JAVA
113
字号
/* * Generated by XDoclet - Do not edit! */package cn.edu.zucc.research.ejb.cmp.userDetail;/** * Remote interface for UserDetail. * @generated  * @lomboz generated */public interface UserDetail   extends javax.ejb.EJBObject{   /**    * <!-- begin-user-doc --> CMP Field userId Returns the userId    * @return the userId <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getUserId(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field name Returns the name    * @return the name <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getName(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field birth Returns the birth    * @return the birth <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getBirth(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field sex Returns the sex    * @return the sex <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getSex(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field email Returns the email    * @return the email <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getEmail(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field question Returns the question    * @return the question <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getQuestion(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field answer Returns the answer    * @return the answer <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.String getAnswer(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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