package com.eportal.ORM;

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

/**
 * Cart entity.
 * 
 * @author MyEclipse Persistence Tools
 */

public class Cart implements java.io.Serializable {

	// Fields

	private Integer id;
	private Member member;
	private Double money;
	private Integer cartStatus;

	// Constructors

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

	/** full constructor */
	public Cart(Member member, Double money, Integer cartStatus) {
		this.member = member;
		this.money = money;
		this.cartStatus = cartStatus;
	}

	// Property accessors

	public Integer getId() {
		return this.id;
	}

	public void setId(Integer id) {
		this.id = id;
	}

	public Member getMember() {
		return this.member;
	}

	public void setMember(Member member) {
		this.member = member;
	}

	public Double getMoney() {
		return this.money;
	}

	public void setMoney(Double money) {
		this.money = money;
	}

	public Integer getCartStatus() {
		return this.cartStatus;
	}

	public void setCartStatus(Integer cartStatus) {
		this.cartStatus = cartStatus;
	}
}
最近下载更多
张德志  LV9 2024年6月17日
lzlzyw  LV14 2022年3月30日
yvyvyv  LV4 2020年7月15日
Fudemoo  LV9 2020年5月2日
q2301396  LV3 2020年4月13日
qianyinamolis  LV4 2020年4月4日
HMMMMMMM  LV9 2019年12月2日
8战魂5无双8  LV43 2019年11月15日
Rouyal  LV9 2019年11月10日
1763157114  LV15 2019年8月16日
最近浏览更多
WenMeng  LV9 2024年12月16日
hello_jugg  LV7 2024年8月7日
a801824  LV1 2024年7月4日
张德志  LV9 2024年6月17日
ewan007  LV30 2024年2月24日
adminadminsqwqe  LV8 2023年3月21日
臧家旺  LV3 2022年12月7日
sweetlove  LV20 2022年11月28日
xiaohongliang57  LV4 2022年10月7日
niniubi  LV8 2022年10月6日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友