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

📄 storeout.java

📁 企业管理信息系统 myeclipse+mysql+hibernate+struts
💻 JAVA
字号:
package com.emis.model.store.hibernate;



/**
 * Storeout generated by MyEclipse - Hibernate Tools
 */

public class Storeout  implements java.io.Serializable {


    // Fields    

     private Integer id;
     private Product product;
     private Storeroom storeroom;
     private Client client;
     private String name;
     private String outtime;
     private String remarks;


    // Constructors

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

    
    /** full constructor */
    public Storeout(Integer id, Product product, Storeroom storeroom, Client client, String name, String outtime, String remarks) {
        this.id = id;
        this.product = product;
        this.storeroom = storeroom;
        this.client = client;
        this.name = name;
        this.outtime = outtime;
        this.remarks = remarks;
    }

   
    // Property accessors

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

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

    public Storeroom getStoreroom() {
        return this.storeroom;
    }
    
    public void setStoreroom(Storeroom storeroom) {
        this.storeroom = storeroom;
    }

    public Client getClient() {
        return this.client;
    }
    
    public void setClient(Client client) {
        this.client = client;
    }

    public String getName() {
        return this.name;
    }
    
    public void setName(String name) {
        this.name = name;
    }

    public String getOuttime() {
        return this.outtime;
    }
    
    public void setOuttime(String outtime) {
        this.outtime = outtime;
    }

    public String getRemarks() {
        return this.remarks;
    }
    
    public void setRemarks(String remarks) {
        this.remarks = remarks;
    }
   








}

⌨️ 快捷键说明

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