📄 prod_view_searchremote.java~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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -