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

📄 tzcxx1bean.java

📁 数据库管理系统
💻 JAVA
字号:
package appgdzc.tools;

import javax.ejb.EntityBean;
import javax.ejb.EntityContext;
import java.math.BigDecimal;
import java.sql.Timestamp;
import javax.ejb.CreateException;
import javax.ejb.RemoveException;
import javax.ejb.FinderException;

public class TZcxx1Bean implements EntityBean {
    EntityContext entityContext;
    String zcbh;
    String zcmc;
    String zcxh;
    Integer zcsl;
    BigDecimal zcdj;
    BigDecimal zcje;
    String sccj;
    Timestamp scrq;
    Timestamp gmrq;
    String gmr;
    String sts;
    Integer kcsl;
    public String ejbCreate(String zcbh) throws CreateException {
        setZcbh(zcbh);
        return "";
    }

    public void ejbPostCreate(String zcbh) throws CreateException {
    }

    public void ejbRemove() throws RemoveException {
    }

    public void setZcbh(String zcbh) {
        this.zcbh = zcbh;
    }

    public String getZcbh() {
        return zcbh;
    }

    public void setZcmc(String zcmc) {
        this.zcmc = zcmc;
    }

    public String getZcmc() {
        return zcmc;
    }

    public void setZcxh(String zcxh) {
        this.zcxh = zcxh;
    }

    public String getZcxh() {
        return zcxh;
    }

    public void setZcsl(Integer zcsl) {
        this.zcsl = zcsl;
    }

    public Integer getZcsl() {
        return zcsl;
    }

    public void setZcdj(BigDecimal zcdj) {
        this.zcdj = zcdj;
    }

    public BigDecimal getZcdj() {
        return zcdj;
    }

    public void setZcje(BigDecimal zcje) {
        this.zcje = zcje;
    }

    public BigDecimal getZcje() {
        return zcje;
    }

    public void setSccj(String sccj) {
        this.sccj = sccj;
    }

    public String getSccj() {
        return sccj;
    }

    public void setScrq(Timestamp scrq) {
        this.scrq = scrq;
    }

    public Timestamp getScrq() {
        return scrq;
    }

    public void setGmrq(Timestamp gmrq) {
        this.gmrq = gmrq;
    }

    public Timestamp getGmrq() {
        return gmrq;
    }

    public void setGmr(String gmr) {
        this.gmr = gmr;
    }

    public String getGmr() {
        return gmr;
    }

    public void setSts(String sts) {
        this.sts = sts;
    }

    public String getSts() {
        return sts;
    }

    public void setKcsl(Integer kcsl) {
        this.kcsl = kcsl;
    }

    public Integer getKcsl() {
        return kcsl;
    }

    public String ejbFindByPrimaryKey(String zcbh) throws FinderException {
        return "";
    }

    public void ejbLoad() {
    }

    public void ejbStore() {
    }

    public void ejbActivate() {
    }

    public void ejbPassivate() {
    }

    public void setEntityContext(EntityContext entityContext) {
        this.entityContext = entityContext;
    }

    public void unsetEntityContext() {
        this.entityContext = null;
    }
}

⌨️ 快捷键说明

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