首页>代码>基于ssh框架的crm客户关系后台管理系统>/CRM/src/com/yinhe/crm/bean/Orders.java
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;
	}

}
最近下载更多
pangzhihui  LV12 2023年12月10日
我是helloworld  LV23 2022年5月23日
7z7z7z  LV5 2022年3月20日
wanglinddad  LV54 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日
978806986  LV16 2020年5月25日
最近浏览更多
fellowfun  LV12 3月7日
PSSDZH  LV3 1月22日
wuge123  LV8 2023年12月18日
WBelong  LV7 2023年12月11日
pangzhihui  LV12 2023年12月10日
政政123456  LV3 2023年10月22日
2036495585  LV9 2023年9月25日
zhunishimian  LV6 2023年5月22日
膜拜java  LV6 2023年5月10日
WanLiuYun  LV12 2023年3月25日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友