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

📄 manager.java

📁 使用J2EE编写的网上商店系统
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package bmp;/** * Remote interface for Manager. * @lomboz generated */public interface Manager   extends javax.ejb.EJBObject{   /**    * Returns the managerID    * @return the managerID    */   public java.lang.String getManagerID(  )      throws java.rmi.RemoteException;   /**    * Sets the mangerID    * @param java.lang.String the new managerID value    */   public void setManagerID( java.lang.String managerID )      throws java.rmi.RemoteException;   /**    * Returns the userID    * @return the userID    */   public java.lang.String getUserID(  )      throws java.rmi.RemoteException;   /**    * Sets the userID    * @param java.lang.String the new userID value    */   public void setUserID( java.lang.String userID )      throws java.rmi.RemoteException;   /**    * Returns the firstName    * @return the firstName    */   public java.lang.String getFirstName(  )      throws java.rmi.RemoteException;   /**    * Sets the firstName    * @param java.lang.String the new firstName value    */   public void setFirstName( java.lang.String firstName )      throws java.rmi.RemoteException;   /**    * Returns the lastName    * @return the lastName    */   public java.lang.String getLastName(  )      throws java.rmi.RemoteException;   /**    * Sets the lastName    * @param java.lang.String the new lastName value    */   public void setLastName( java.lang.String lastName )      throws java.rmi.RemoteException;   /**    * Returns the address    * @return the address    */   public java.lang.String getAddress(  )      throws java.rmi.RemoteException;   /**    * Sets the address    * @param java.lang.String the new address value    */   public void setAddress( java.lang.String address )      throws java.rmi.RemoteException;   /**    * Returns the message    * @return the message    */   public java.lang.String getMessage(  )      throws java.rmi.RemoteException;   /**    * Sets the message    * @param java.lang.String the new message value    */   public void setMessage( java.lang.String message )      throws java.rmi.RemoteException;   /**    * Returns the salary    * @return the salary    */   public float getSalary(  )      throws java.rmi.RemoteException;   /**    * Sets the salary    * @param java.lang.String the new salary value    */   public void setSalary( float salary )      throws java.rmi.RemoteException;   /**    * Returns the Manager Data Object    * @return the ManagerData    */   public bmp.ManagerData getManagerData(  )      throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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