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

📄 customer.java

📁 使用J2EE编写的网上商店系统
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package bmp;/** * Remote interface for Customer. * @lomboz generated */public interface Customer   extends javax.ejb.EJBObject{   /**    * Returns the customerID    * @return the customerID    */   public java.lang.String getCustomerID(  )      throws java.rmi.RemoteException;   /**    * Sets the customerID    * @param java.lang.String the new customerID value    */   public void setCustomerID( java.lang.String customerID )      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 phone    * @return the phone    */   public java.lang.String getPhone(  )      throws java.rmi.RemoteException;   /**    * Sets the phone    * @param java.lang.String the new phone value    */   public void setPhone( java.lang.String phone )      throws java.rmi.RemoteException;   /**    * Returns the shareholderStatus    * @return the shareholderStatus    */   public java.lang.String getShareholderStatus(  )      throws java.rmi.RemoteException;   /**    * Sets the shareholderStatus    * @param java.lang.String the new shareholderStatus value    */   public void setShareholderStatus( java.lang.String shareholderStatus )      throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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