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

📄 colormanagement.java

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



/**
 * Colormanagement generated by MyEclipse Persistence Tools
 */

public class Colormanagement  implements java.io.Serializable {


    // Fields    

     private String id;
     private String colorcode;
     private String lily;
     private String names;
     private String patten;
     private String product;
     private String lamphouse;
     private String replycolor;
     private String accepttime;
     private String oknumber;
     private String oktime;
     private String transactor;
     private String notes;


    // Constructors

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

    
    /** full constructor */
    public Colormanagement(String colorcode, String lily, String names, String patten, String product, String lamphouse, String replycolor, String accepttime, String oknumber, String oktime, String transactor, String notes) {
        this.colorcode = colorcode;
        this.lily = lily;
        this.names = names;
        this.patten = patten;
        this.product = product;
        this.lamphouse = lamphouse;
        this.replycolor = replycolor;
        this.accepttime = accepttime;
        this.oknumber = oknumber;
        this.oktime = oktime;
        this.transactor = transactor;
        this.notes = notes;
    }

   
    // Property accessors

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

    public String getColorcode() {
        return this.colorcode;
    }
    
    public void setColorcode(String colorcode) {
        this.colorcode = colorcode;
    }

    public String getLily() {
        return this.lily;
    }
    
    public void setLily(String lily) {
        this.lily = lily;
    }

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

    public String getPatten() {
        return this.patten;
    }
    
    public void setPatten(String patten) {
        this.patten = patten;
    }

    public String getProduct() {
        return this.product;
    }
    
    public void setProduct(String product) {
        this.product = product;
    }

    public String getLamphouse() {
        return this.lamphouse;
    }
    
    public void setLamphouse(String lamphouse) {
        this.lamphouse = lamphouse;
    }

    public String getReplycolor() {
        return this.replycolor;
    }
    
    public void setReplycolor(String replycolor) {
        this.replycolor = replycolor;
    }

    public String getAccepttime() {
        return this.accepttime;
    }
    
    public void setAccepttime(String accepttime) {
        this.accepttime = accepttime;
    }

    public String getOknumber() {
        return this.oknumber;
    }
    
    public void setOknumber(String oknumber) {
        this.oknumber = oknumber;
    }

    public String getOktime() {
        return this.oktime;
    }
    
    public void setOktime(String oktime) {
        this.oktime = oktime;
    }

    public String getTransactor() {
        return this.transactor;
    }
    
    public void setTransactor(String transactor) {
        this.transactor = transactor;
    }

    public String getNotes() {
        return this.notes;
    }
    
    public void setNotes(String notes) {
        this.notes = notes;
    }
   








}

⌨️ 快捷键说明

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