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

📄 productmanage.java

📁 这是本人曾经在公司里用的,内部开发框架,基于struts+hibernate今天分享给大家
💻 JAVA
字号:
package cn.bway.foreigntrade.operation.productmanage.model;



/**
 * Productmanage generated by MyEclipse Persistence Tools
 */

public class Productmanage  implements java.io.Serializable {


    // Fields    

     private String id;
     private String names;
     private String price;
     private String spec;
     private String craftwork;
     private String color;
     private String stuff;
     private String provide;
     private String productionperiod;
     private String qc;
     private String note;
     private String images;


    // Constructors

    /** default constructor */
    public Productmanage() {
    }

    
    /** full constructor */
    public Productmanage(String names, String price, String spec, String craftwork, String color, String stuff, String provide, String productionperiod, String qc, String note, String images) {
        this.names = names;
        this.price = price;
        this.spec = spec;
        this.craftwork = craftwork;
        this.color = color;
        this.stuff = stuff;
        this.provide = provide;
        this.productionperiod = productionperiod;
        this.qc = qc;
        this.note = note;
        this.images = images;
    }

   
    // Property accessors

    public String getId() {
        return this.id;
    }
    
    public void setId(String id) {
        this.id = id;
    }

    public String getNames() {
        return this.names;
    }
    
    public void setNames(String names) {
        this.names = names;
    }

    public String getPrice() {
        return this.price;
    }
    
    public void setPrice(String price) {
        this.price = price;
    }

    public String getSpec() {
        return this.spec;
    }
    
    public void setSpec(String spec) {
        this.spec = spec;
    }

    public String getCraftwork() {
        return this.craftwork;
    }
    
    public void setCraftwork(String craftwork) {
        this.craftwork = craftwork;
    }

    public String getColor() {
        return this.color;
    }
    
    public void setColor(String color) {
        this.color = color;
    }

    public String getStuff() {
        return this.stuff;
    }
    
    public void setStuff(String stuff) {
        this.stuff = stuff;
    }

    public String getProvide() {
        return this.provide;
    }
    
    public void setProvide(String provide) {
        this.provide = provide;
    }

    public String getProductionperiod() {
        return this.productionperiod;
    }
    
    public void setProductionperiod(String productionperiod) {
        this.productionperiod = productionperiod;
    }

    public String getQc() {
        return this.qc;
    }
    
    public void setQc(String qc) {
        this.qc = qc;
    }

    public String getNote() {
        return this.note;
    }
    
    public void setNote(String note) {
        this.note = note;
    }

    public String getImages() {
        return this.images;
    }
    
    public void setImages(String images) {
        this.images = images;
    }
   








}

⌨️ 快捷键说明

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