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

📄 finissuedremote.java

📁 This project mainly deals with automating the tasks of Purchasing, maintaining,manfactioring and tra
💻 JAVA
字号:

package packIC;

import java.rmi.*;
import java.sql.*;
import javax.ejb.*;

public interface FinIssuedRemote extends EJBObject
{

	
	public void setSno(int sno ) throws RemoteException;
	public int getSno() throws RemoteException;
        public void setReqno(int reqno ) throws RemoteException;
	public int getReqno() throws RemoteException;
	public void setItemnumber(int itemnumber ) throws RemoteException;
	public int getItemnumber() throws RemoteException;
        public void setQtydes(double qtydes) throws RemoteException;
	public double getQtydes() throws RemoteException;
        public void setDesdate(java.sql.Date desdate) throws RemoteException;
	public java.sql.Date getDesdate() throws RemoteException;
        public void setDealername(String dealername ) throws RemoteException;
	public String getDealername() throws RemoteException;	
	public void setAmount(double amount) throws RemoteException;
	public double getAmount() throws RemoteException;
        
        
	
}

⌨️ 快捷键说明

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