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

📄 orders.java

📁 采用最新Struts2+Hibernate架构开发
💻 JAVA
字号:
package org.itfuture.www.po;

import java.util.Date;
import java.util.HashSet;
import java.util.Set;


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

public class Orders  implements java.io.Serializable {


    // Fields    

     private Long orderid;
     private Account account;
     private Date orderdate;
     private Double totalprice;
     private String shipaddr1;
     private String shipaddr2;
     private String shipcity;
     private String shipstate;
     private String shipzip;
     private String shipcountry;
     private String shiptofirstname;
     private String shiptolastname;
     private String billaddr1;
     private String billaddr2;
     private String billcity;
     private String billstate;
     private String billzip;
     private String billcountry;
     private String billtofirstname;
     private String billtolastname;
     private String creditcard;
     private String exprdate;
     private String cardtype;
     private String local;
     private Orderstatus orderstatus;
     private Set lineitems = new HashSet(0);


    // Constructors

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


	public Orders(Long orderid, Account account, Date orderdate, Double totalprice, String shipaddr1, String shipaddr2, String shipcity, String shipstate, String shipzip, String shipcountry, String shiptofirstname, String shiptolastname, String billaddr1, String billaddr2, String billcity, String billstate, String billzip, String billcountry, String billtofirstname, String billtolastname, String creditcard, String exprdate, String cardtype, String local, Orderstatus orderstatus, Set lineitems) {
		super();
		this.orderid = orderid;
		this.account = account;
		this.orderdate = orderdate;
		this.totalprice = totalprice;
		this.shipaddr1 = shipaddr1;
		this.shipaddr2 = shipaddr2;
		this.shipcity = shipcity;
		this.shipstate = shipstate;
		this.shipzip = shipzip;
		this.shipcountry = shipcountry;
		this.shiptofirstname = shiptofirstname;
		this.shiptolastname = shiptolastname;
		this.billaddr1 = billaddr1;
		this.billaddr2 = billaddr2;
		this.billcity = billcity;
		this.billstate = billstate;
		this.billzip = billzip;
		this.billcountry = billcountry;
		this.billtofirstname = billtofirstname;
		this.billtolastname = billtolastname;
		this.creditcard = creditcard;
		this.exprdate = exprdate;
		this.cardtype = cardtype;
		this.local = local;
		this.orderstatus = orderstatus;
		this.lineitems = lineitems;
	}


	public Orders(Long orderid, Account account, Date orderdate, Double totalprice, String shipaddr1, String shipaddr2, String shipcity, String shipstate, String shipzip, String shipcountry, String shiptofirstname, String shiptolastname, String billaddr1, String billaddr2, String billcity, String billstate, String billzip, String billcountry, String billtofirstname, String billtolastname, String creditcard, String exprdate, String cardtype, String local, Orderstatus orderstatus) {
		super();
		this.orderid = orderid;
		this.account = account;
		this.orderdate = orderdate;
		this.totalprice = totalprice;
		this.shipaddr1 = shipaddr1;
		this.shipaddr2 = shipaddr2;
		this.shipcity = shipcity;
		this.shipstate = shipstate;
		this.shipzip = shipzip;
		this.shipcountry = shipcountry;
		this.shiptofirstname = shiptofirstname;
		this.shiptolastname = shiptolastname;
		this.billaddr1 = billaddr1;
		this.billaddr2 = billaddr2;
		this.billcity = billcity;
		this.billstate = billstate;
		this.billzip = billzip;
		this.billcountry = billcountry;
		this.billtofirstname = billtofirstname;
		this.billtolastname = billtolastname;
		this.creditcard = creditcard;
		this.exprdate = exprdate;
		this.cardtype = cardtype;
		this.local = local;
		this.orderstatus = orderstatus;
	}


	public Account getAccount() {
		return account;
	}


	public void setAccount(Account account) {
		this.account = account;
	}


	public String getBilladdr1() {
		return billaddr1;
	}


	public void setBilladdr1(String billaddr1) {
		this.billaddr1 = billaddr1;
	}


	public String getBilladdr2() {
		return billaddr2;
	}


	public void setBilladdr2(String billaddr2) {
		this.billaddr2 = billaddr2;
	}


	public String getBillcity() {
		return billcity;
	}


	public void setBillcity(String billcity) {
		this.billcity = billcity;
	}


	public String getBillcountry() {
		return billcountry;
	}


	public void setBillcountry(String billcountry) {
		this.billcountry = billcountry;
	}


	public String getBillstate() {
		return billstate;
	}


	public void setBillstate(String billstate) {
		this.billstate = billstate;
	}


	public String getBilltofirstname() {
		return billtofirstname;
	}


	public void setBilltofirstname(String billtofirstname) {
		this.billtofirstname = billtofirstname;
	}


	public String getBilltolastname() {
		return billtolastname;
	}


	public void setBilltolastname(String billtolastname) {
		this.billtolastname = billtolastname;
	}


	public String getBillzip() {
		return billzip;
	}


	public void setBillzip(String billzip) {
		this.billzip = billzip;
	}


	public String getCardtype() {
		return cardtype;
	}


	public void setCardtype(String cardtype) {
		this.cardtype = cardtype;
	}


	public String getCreditcard() {
		return creditcard;
	}


	public void setCreditcard(String creditcard) {
		this.creditcard = creditcard;
	}


	public String getExprdate() {
		return exprdate;
	}


	public void setExprdate(String exprdate) {
		this.exprdate = exprdate;
	}


	public Set getLineitems() {
		return lineitems;
	}


	public void setLineitems(Set lineitems) {
		this.lineitems = lineitems;
	}


	public String getLocal() {
		return local;
	}


	public void setLocal(String local) {
		this.local = local;
	}


	public Date getOrderdate() {
		return orderdate;
	}


	public void setOrderdate(Date orderdate) {
		this.orderdate = orderdate;
	}


	public Long getOrderid() {
		return orderid;
	}


	public void setOrderid(Long orderid) {
		this.orderid = orderid;
	}


	public Orderstatus getOrderstatus() {
		return orderstatus;
	}


	public void setOrderstatus(Orderstatus orderstatus) {
		this.orderstatus = orderstatus;
	}


	public String getShipaddr1() {
		return shipaddr1;
	}


	public void setShipaddr1(String shipaddr1) {
		this.shipaddr1 = shipaddr1;
	}


	public String getShipaddr2() {
		return shipaddr2;
	}


	public void setShipaddr2(String shipaddr2) {
		this.shipaddr2 = shipaddr2;
	}


	public String getShipcity() {
		return shipcity;
	}


	public void setShipcity(String shipcity) {
		this.shipcity = shipcity;
	}


	public String getShipcountry() {
		return shipcountry;
	}


	public void setShipcountry(String shipcountry) {
		this.shipcountry = shipcountry;
	}


	public String getShipstate() {
		return shipstate;
	}


	public void setShipstate(String shipstate) {
		this.shipstate = shipstate;
	}


	public String getShiptofirstname() {
		return shiptofirstname;
	}


	public void setShiptofirstname(String shiptofirstname) {
		this.shiptofirstname = shiptofirstname;
	}


	public String getShiptolastname() {
		return shiptolastname;
	}


	public void setShiptolastname(String shiptolastname) {
		this.shiptolastname = shiptolastname;
	}


	public String getShipzip() {
		return shipzip;
	}


	public void setShipzip(String shipzip) {
		this.shipzip = shipzip;
	}


	public Double getTotalprice() {
		return totalprice;
	}


	public void setTotalprice(Double totalprice) {
		this.totalprice = totalprice;
	}

}

⌨️ 快捷键说明

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