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

📄 productbasicinfoentremote.java~32~

📁 这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.
💻 JAVA~32~
字号:
package product;import javax.ejb.*;import java.util.*;import java.rmi.*;import java.awt.*;public interface productBasicInfoEntRemote extends javax.ejb.EJBObject {  public void setP_id(String p_id) throws RemoteException;  public String getP_id() throws RemoteException;  public void setP_type_id(String p_type_id) throws RemoteException;  public String getP_type_id() throws RemoteException;  public void setP_name(String p_name) throws RemoteException;  public String getP_name() throws RemoteException;  public void setP_spec(String p_spec) throws RemoteException;  public String getP_spec() throws RemoteException;  public void setP_model(String p_model) throws RemoteException;  public String getP_model() throws RemoteException;  public void setP_unit(String p_unit) throws RemoteException;  public String getP_unit() throws RemoteException;  public void setP_image(Image p_image) throws RemoteException;  public Image getP_image() throws RemoteException;  public void setP_remark(String p_remark) throws RemoteException;  public String getP_remark() throws RemoteException;}

⌨️ 快捷键说明

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