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;
	}
}
最近下载更多
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日
随风自在游  LV9 2019年3月26日
最近浏览更多
ewan007  LV29 2月24日
adminadminsqwqe  LV7 2023年3月21日
臧家旺  LV3 2022年12月7日
sweetlove  LV17 2022年11月28日
xiaohongliang57  LV4 2022年10月7日
niniubi  LV8 2022年10月6日
xierhui  LV6 2022年9月20日
justin121  LV3 2022年8月20日
1986王志飞  LV6 2022年8月12日
wy4525  LV6 2022年8月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友