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

📄 ordertable.java

📁 jsp+ Oracle的网上商店
💻 JAVA
字号:
package wssd;

public class orderTable
{
  private String id="";
  private String carid="";
  private String price="";
  private String ordertime="";
  private String paystle="";
  private String userid="";
  private String status = "";
  private String cartitle = "";
  
  public String getId() {
    return id;
  }
  public void setId(String id) {
    if(id != null)
    this.id = id;
  }
  public String getCarid() {
    return carid;
  }
  public void setCarid(String carid) {
  	 if(carid != null)
    this.carid = carid;
  }
  public String getPrice() {
    return price;
  }
  public void setPrice(String price) {
  	 if(price != null)
    this.price = price;
  }
  public String getOrdertime() {
    return ordertime;
  }
  public void setOrdertime(String ordertime) {
  	 if(ordertime != null)
    this.ordertime = ordertime;
  }
  public String getPaystle() {
    return paystle;
  }
  public void setPaystle(String paystle) {
  	 if(paystle != null)
    this.paystle = paystle;
  }
  public String getUserid() {
    return userid;
  }
  public void setUserid(String userid) {
  	 if(userid != null)
    this.userid = userid;
  }
  
  public String getStatus() {
    return status;
  }
  public void setStatus(String status) {
  	 if(status != null)
    this.status = status;
  }
  
  public String getCartitle() {
    return cartitle;
  }
  public void setCartitle(String cartitle) {
  	 if(cartitle != null)
    this.cartitle = cartitle;
  }
}

⌨️ 快捷键说明

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