prod_pb_infoentremote.java~5~
来自「这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不」· JAVA~5~ 代码 · 共 24 行
JAVA~5~
24 行
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 + =
减小字号Ctrl + -
显示快捷键?