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

📄 account.java

📁 《精通SOA:基于服务总线的Struts+EJB+Web Service整合应用开发》原书的实例代码
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package com.sample.cmp.account;/** * Remote interface for Account. * @generated  * @lomboz generated */public interface Account   extends javax.ejb.EJBObject{   /**    * <!-- begin-user-doc --> CMP Field accountID Returns the accountID    * @return the accountID <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.Integer getAccountID(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the accountID    * @param java.lang.Integer the new accountID value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setAccountID( java.lang.Integer accountID )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field userID Returns the userID    * @return the userID <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.lang.Integer getUserID(  )      throws java.rmi.RemoteException;   /**    * <!-- 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 )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> CMP Field registrationFee Returns the registrationFee    * @return the registrationFee <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public java.math.BigDecimal getRegistrationFee(  )      throws java.rmi.RemoteException;   /**    * <!-- begin-user-doc --> Sets the registrationFee    * @param java.math.BigDecimal the new registrationFee value <!-- end-user-doc --> <!-- begin-xdoclet-definition -->    * @generated     */   public void setRegistrationFee( java.math.BigDecimal registrationFee )      throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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