首页>代码>基于ssh框架的crm客户关系后台管理系统>/CRM/src/com/yinhe/crm/bean/OrdersLine.java
package com.yinhe.crm.bean;

import com.yinhe.crm.identity.IBean;

/**
 * OrdersLine generated by MyEclipse Persistence Tools
 */

public class OrdersLine implements IBean {

	// Fields

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	private Long oddId;

	private Orders order;
	
	private Product product;
	private Long oddOrderId;

	private Long oddProdId;

	private Integer oddCount;

	private String oddUnit;

	private Double oddPrice;

	// Constructors

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

	/** minimal constructor */
	public OrdersLine(Long oddOrderId, Long oddProdId, Integer oddCount) {
		this.oddOrderId = oddOrderId;
		this.oddProdId = oddProdId;
		this.oddCount = oddCount;
	}

	/** full constructor */
	public OrdersLine(Long oddOrderId, Long oddProdId, Integer oddCount,
			String oddUnit, Double oddPrice) {
		this.oddOrderId = oddOrderId;
		this.oddProdId = oddProdId;
		this.oddCount = oddCount;
		this.oddUnit = oddUnit;
		this.oddPrice = oddPrice;
	}

	// Property accessors

	public Product getProduct() {
		return product;
	}

	public void setProduct(Product product) {
		this.product = product;
	}

	public Long getOddId() {
		return this.oddId;
	}

	public void setOddId(Long oddId) {
		this.oddId = oddId;
	}

	public Long getOddOrderId() {
		return this.oddOrderId;
	}

	public void setOddOrderId(Long oddOrderId) {
		this.oddOrderId = oddOrderId;
	}

	public Long getOddProdId() {
		return this.oddProdId;
	}

	public void setOddProdId(Long oddProdId) {
		this.oddProdId = oddProdId;
	}

	public Integer getOddCount() {
		return this.oddCount;
	}

	public void setOddCount(Integer oddCount) {
		this.oddCount = oddCount;
	}

	public String getOddUnit() {
		return this.oddUnit;
	}

	public void setOddUnit(String oddUnit) {
		this.oddUnit = oddUnit;
	}

	public Double getOddPrice() {
		return this.oddPrice;
	}

	public void setOddPrice(Double oddPrice) {
		this.oddPrice = oddPrice;
	}

	public Orders getOrder() {
		return order;
	}

	public void setOrder(Orders order) {
		this.order = order;
	}

}
最近下载更多
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日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友