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

📄 information.java

📁 本例采用sql server数据库。基于JBuilder的tomcat上运行。访问数据库基于struts的datasources.里面有详细的操作和设置说明。
💻 JAVA
字号:
//---------------------------------------------------------
// Application: Gsm of Application
// Author     : esingle
// File       : Information.java
//
// Copyright 2004 landsoft corp
// Generated at Wed Mar 10 15:35:57 CST 2004
// created by 曹广鑫
// mailto:gxcao@mail.tsinghua.edu.cn
//---------------------------------------------------------

package com.landsoft.gsm.model;

public class Information {
  private String mobile;
  private String store;
  private String productcode;
  private String quantity;
  private String price;
  private long infoid;

  public String getMobile() {
    return mobile;
  }
  public String getStore() {
    return store;
  }
  public String getProductcode() {
    return productcode;
  }
  public String getQuantity() {
    return quantity;
  }
  public String getPrice() {
    return price;
  }
  public long getInfoid() {
    return infoid;
  }

  public void setMobile(String mobile) {
    this.mobile = mobile;
  }
  public void setStore(String store) {
    this.store = store;
  }
  public void setProductcode(String productcode) {
    this.productcode = productcode;
  }
  public void setQuantity(String quantity) {
    this.quantity = quantity;
  }
  public void setPrice(String price) {
    this.price = price;
  }
  public void setInfoid(long infoid) {
    this.infoid = infoid;
  }
}

⌨️ 快捷键说明

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