package com.yinhe.crm.bean;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import com.yinhe.crm.identity.IBean;
/**
* Orders generated by MyEclipse Persistence Tools
*/
public class Orders implements IBean {
// Fields
/**
*
*/
private static final long serialVersionUID = 1L;
private Long odrId;
private Set products = new HashSet();
private Set ordersLines = new HashSet();
private String odrCustomer;
private String odrDate;
private String odrAddr;
private String odrStatus;//1:"未回款" 2:"已回款"
private String ordTime;
private CstCustomer customer;
private double total;
// Constructors
public double getTotal() {
return total;
}
public void setTotal(double total) {
this.total = total;
}
public CstCustomer getCustomer() {
return customer;
}
public void setCustomer(CstCustomer customer) {
this.customer = customer;
}
public String getOrdTime() {
return ordTime;
}
public void setOrdTime(String ordTime) {
this.ordTime = ordTime;
}
/** default constructor */
public Orders() {
}
/** minimal constructor */
public Orders(String odrCustomer, String odrDate, String odrStatus) {
this.odrCustomer = odrCustomer;
this.odrDate = odrDate;
this.odrStatus = odrStatus;
}
/** full constructor */
public Orders(String odrCustomer, String odrDate, String odrAddr, String odrStatus) {
this.odrCustomer = odrCustomer;
this.odrDate = odrDate;
this.odrAddr = odrAddr;
this.odrStatus = odrStatus;
}
// Property accessors
public Long getOdrId() {
return this.odrId;
}
public void setOdrId(Long odrId) {
this.odrId = odrId;
}
public String getOdrCustomer() {
return this.odrCustomer;
}
public void setOdrCustomer(String odrCustomer) {
this.odrCustomer = odrCustomer;
}
public String getOdrDate() {
return odrDate;
}
public void setOdrDate(String odrDate) {
this.odrDate = odrDate;
}
public String getOdrAddr() {
return this.odrAddr;
}
public void setOdrAddr(String odrAddr) {
this.odrAddr = odrAddr;
}
public String getOdrStatus() {
return this.odrStatus;
}
public void setOdrStatus(String odrStatus) {
this.odrStatus = odrStatus;
}
public Set getProducts() {
return products;
}
public void setProducts(Set products) {
this.products = products;
}
public Set getOrdersLines() {
return ordersLines;
}
public void setOrdersLines(Set ordersLines) {
this.ordersLines = ordersLines;
}
}
最近下载更多
奋斗的小蚂蚁 LV17
10月21日
pangzhihui LV14
2023年12月10日
我是helloworld LV23
2022年5月23日
7z7z7z LV5
2022年3月20日
wanglinddad LV55
2022年2月28日
ericxu1116 LV24
2021年7月5日
张青峰 LV10
2020年7月28日
马123456 LV8
2020年6月24日
caochengbo LV6
2020年6月14日
skipple3 LV39
2020年6月10日

最近浏览