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

📄 softwareremote.java~41~

📁 使用J2EE实现了软件园的下载和上传功能
💻 JAVA~41~
字号:
package software;

import javax.ejb.EJBObject;
import java.rmi.RemoteException;
import java.text.DateFormat;
import java.util.Collection;

public interface softwareRemote extends EJBObject {

    public void setSoftwareName(String softwareName) throws RemoteException;

    public String getSoftwareName() throws RemoteException;

    public void setSoftwareSize(String softwareSize) throws RemoteException;

    public String getSoftwareSize() throws RemoteException;

    public void setSoftwareType(String softwareType) throws RemoteException;

    public String getSoftwareType() throws RemoteException;

    public void setSoftwarePath(String softwarePath) throws RemoteException;

    public String getSoftwarePath() throws RemoteException;

    public void setSoftwareInfor(String softwareInfor) throws RemoteException;

    public String getSoftwareInfor() throws RemoteException;

    public String getSoftwareID() throws RemoteException;

    public void setSoftwareDownloadTime(Integer softwareDownloadTime) throws
            RemoteException;

    public Integer getSoftwareDownloadTime() throws RemoteException;



}

⌨️ 快捷键说明

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