prod_view_searchremote.java~25~
来自「这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不」· JAVA~25~ 代码 · 共 24 行
JAVA~25~
24 行
package product;import javax.ejb.*;import java.util.*;import java.rmi.*;import java.awt.*;public interface prod_view_searchRemote extends javax.ejb.EJBObject { public String getId() throws RemoteException; public String getTid() throws RemoteException; public String getName() throws RemoteException; public String getSpec() throws RemoteException; public String getModel() throws RemoteException; public String getUnit() throws RemoteException; public String getRemark() throws RemoteException; public float getTax() throws RemoteException; public int getAmount() throws RemoteException; public int getMaxlow() throws RemoteException; public float getBprice() throws RemoteException; public String getSprice() throws RemoteException; public String getState() throws RemoteException; public String getDepositary() throws RemoteException; public Image getImage() throws RemoteException;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?