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

📄 merchandisebean.java

📁 中间商系统 1 数据库 Access2000 2 版本 jsp2.0+servlet2.4+jstl1.1+Tomcat5.5.9+JDK1.5 3 IDE工具 JBuilder2006
💻 JAVA
字号:
package com.wang.bean;

/**
 * <p>Title: </p>
 *
 * <p>Description: </p>
 *
 * <p>Copyright: Copyright (c) 2006</p>
 *
 * <p>Company: </p>
 *
 * @author not attributable
 * @version 1.0
 */
public class MerchandiseBean {
    private int merchandiseId;
    private int factoryId;
    private String merchandiseName;
    private int merchandisePrice;
    private int userId;
    private int adminId;
    private String merchandiseTime;
    private int merchandiseCount;
    public MerchandiseBean() {
    }

    public void setMerchandiseId(int merchandiseId) {
        this.merchandiseId = merchandiseId;
    }

    public void setFactoryId(int factoryId) {
        this.factoryId = factoryId;
    }

    public void setMerchandiseName(String merchandiseName) {
        this.merchandiseName = merchandiseName;
    }

    public void setMerchandisePrice(int merchandisePrice) {
        this.merchandisePrice = merchandisePrice;
    }

    public void setUserId(int userId) {
        this.userId = userId;
    }

    public void setAdminId(int adminId) {
        this.adminId = adminId;
    }

    public void setMerchandiseTime(String merchandiseTime) {
        this.merchandiseTime = merchandiseTime;
    }

    public void setMerchandiseCount(int merchandiseCount)
    {
        this.merchandiseCount = merchandiseCount;
    }

    public int getMerchandiseId() {
        return merchandiseId;
    }

    public int getFactoryId() {
        return factoryId;
    }

    public String getMerchandiseName() {
        return merchandiseName;
    }

    public int getMerchandisePrice() {
        return merchandisePrice;
    }

    public int getUserId() {
        return userId;
    }

    public int getAdminId() {
        return adminId;
    }

    public String getMerchandiseTime() {
        return merchandiseTime;
    }

    public int getMerchandiseCount()
    {
        return merchandiseCount;
    }
}

⌨️ 快捷键说明

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