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

📄 trans.java

📁 网上银行EJB版本
💻 JAVA
字号:
package mypackage;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;

public interface Trans extends EJBObject 
{
  String getTranstime() throws RemoteException;

  String getAccountsa() throws RemoteException;

  void setAccountsa(String accountsa) throws RemoteException;

  String getAccountsb() throws RemoteException;

  void setAccountsb(String accountsb) throws RemoteException;

  String getPayment() throws RemoteException;

  void setPayment(String payment) throws RemoteException;

  String getReceive() throws RemoteException;

  void setReceive(String receive) throws RemoteException;
}

⌨️ 快捷键说明

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