📄 prod_pb_infoentremote.java~4~
字号:
package product;import javax.ejb.*;import java.util.*;import java.rmi.*;public interface prod_pb_infoEntRemote extends javax.ejb.EJBObject { public void setP_id(String p_id) throws RemoteException; public String getP_id() throws RemoteException; public void setP_tax(String p_tax) throws RemoteException; public String getP_tax() throws RemoteException; public void setP_amount(String p_amount) throws RemoteException; public String getP_amount() throws RemoteException; public void setP_maxlow(String p_maxlow) throws RemoteException; public String getP_maxlow() throws RemoteException; public void setP_bprice(String p_bprice) throws RemoteException; public String getP_bprice() throws RemoteException; public void setP_sprice(String p_sprice) throws RemoteException; public String getP_sprice() throws RemoteException; public void setP_state(String p_state) throws RemoteException; public String getP_state() throws RemoteException; public void setP_depositary(String p_depositary) throws RemoteException; public String getP_depositary() throws RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -