tzcxxremote.java

来自「资产设备管理系统 第1章 系统登录 1.1 系统登录 (1)双击资产设备管」· Java 代码 · 共 57 行

JAVA
57
字号
package appgdzc.model;

import javax.ejb.EJBObject;
import java.rmi.RemoteException;
import java.sql.Date;

public interface TZcxxRemote extends EJBObject {
    public String getZcbh() throws RemoteException;

    public void setZcmc(String zcmc) throws RemoteException;

    public String getZcmc() throws RemoteException;

    public void setZcxh(String zcxh) throws RemoteException;

    public String getZcxh() throws RemoteException;

    public void setZcsl(Integer zcsl) throws RemoteException;

    public Integer getZcsl() throws RemoteException;

    public void setZcdj(Double zcdj) throws RemoteException;

    public Double getZcdj() throws RemoteException;

    public void setZcje(Double zcje) throws RemoteException;

    public Double getZcje() throws RemoteException;

    public void setSccj(String sccj) throws RemoteException;

    public String getSccj() throws RemoteException;

    public void setScrq(Date scrq) throws RemoteException;

    public Date getScrq() throws RemoteException;

    public void setGmrq(Date gmrq) throws RemoteException;

    public Date getGmrq() throws RemoteException;

    public void setGmr(String gmr) throws RemoteException;

    public String getGmr() throws RemoteException;

    public void setSts(String sts) throws RemoteException;

    public String getSts() throws RemoteException;

    public void setKcsl(int kcsl) throws RemoteException;

    public int getKcsl() throws RemoteException;



}

⌨️ 快捷键说明

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