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

📄 cancelproduct.java

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



/**
 * Cancelproduct generated by MyEclipse Persistence Tools
 */

public class Cancelproduct implements java.io.Serializable {


    // Fields    

     private String id;
     private String names;
     private String specs;
     private String colors;
     private String numbers;
     private String unitprice;
     private String moneys;
     private String reason;
     private String documentid;


    // Constructors

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

    
    /** full constructor */
    public Cancelproduct(String names, String specs, String colors, String numbers, String unitprice, String moneys, String reason, String documentid) {
        this.names = names;
        this.specs = specs;
        this.colors = colors;
        this.numbers = numbers;
        this.unitprice = unitprice;
        this.moneys = moneys;
        this.reason = reason;
        this.documentid = documentid;
    }

   
    // 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 getSpecs() {
        return this.specs;
    }
    
    public void setSpecs(String specs) {
        this.specs = specs;
    }

    public String getColors() {
        return this.colors;
    }
    
    public void setColors(String colors) {
        this.colors = colors;
    }

    public String getNumbers() {
        return this.numbers;
    }
    
    public void setNumbers(String numbers) {
        this.numbers = numbers;
    }

    public String getUnitprice() {
        return this.unitprice;
    }
    
    public void setUnitprice(String unitprice) {
        this.unitprice = unitprice;
    }

    public String getMoneys() {
        return this.moneys;
    }
    
    public void setMoneys(String moneys) {
        this.moneys = moneys;
    }

    public String getReason() {
        return this.reason;
    }
    
    public void setReason(String reason) {
        this.reason = reason;
    }

    public String getDocumentid() {
        return this.documentid;
    }
    
    public void setDocumentid(String documentid) {
        this.documentid = documentid;
    }
   








}

⌨️ 快捷键说明

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