首页>代码>基于Java Web的图书销售管理系统>/网上书店销售/bookshop/src/netshop/book/bean/order.java
package netshop.book.bean;
/**
 * <p>订单类 </p>
 * @author longlyboyhe
 */
public class order {
        private long Id;			//ID序列号
        private String orderId;		        //订单编号
        private long UserId;			//用户序列号
        private String SubmitTime;		//提交订单时间
        private String ConsignmentTime;         //交货时间
        private float TotalPrice;		//总金额
        private String content;		        //用户备注
        private String IPAddress;		//下单时IP
        private boolean IsPayoff;		//用户是否已付款
        private boolean IsSales;		//是否已发货

        public order() {
                Id = 0;
                orderId = "";
                UserId = 0;
                SubmitTime = "";
                ConsignmentTime = "";
                TotalPrice = 0;
                content = "";
                IPAddress = "";
                IsPayoff = false;
                IsSales = false;
        }
        public long getId() {
                return Id;
        }
        public void setId(long newId){
                this.Id = newId;
        }
        public String getOrderId() {
                return orderId;
        }
        public void setOrderId(String neworderId) {
                this.orderId = neworderId;
        }
        public long getUserId() {
                return UserId;
        }
        public void setUserId(long newUserId){
                this.UserId = newUserId;
        }
        public String getSubmitTime() {
                return SubmitTime;
        }
        public void setSubmitTime(String newSubmitTime) {
                this.SubmitTime = newSubmitTime;
        }
        public String getConsignmentTime() {
                return ConsignmentTime;
        }
        public void setConsignmentTime(String con_time) {
                ConsignmentTime = con_time;
        }
        public float getTotalPrice() {
                return TotalPrice;
        }
        public void setTotalPrice(float newTotalPrice){
                this.TotalPrice = newTotalPrice;
        }
        public String getContent() {
                return content;
        }
        public void setContent(String newContent) {
                this.content = newContent;
        }
        public String getIPAddress() {
                return IPAddress;
        }
        public void setIPAddress(String newIPAddress) {
                this.IPAddress = newIPAddress;
        }
        public boolean getIsPayoff() {
                return IsPayoff;
        }
        public void setIsPayoff(boolean newIsPayoff){
                this.IsPayoff = newIsPayoff;
        }
        public boolean getIsSales() {
                return IsSales;
        }
        public void setIsSales(boolean newIsSales){
                this.IsSales = newIsSales;
        }
}

最近下载更多
3311545828  LV3 1月19日
杨揚yxyxyx  LV2 1月4日
17693282606  LV11 2023年12月26日
uio123  LV2 2023年11月4日
wangyan111111  LV8 2023年10月8日
 LV6 2023年6月4日
1271247100  LV5 2023年5月22日
tata_atp  LV2 2023年4月12日
weilaizhisheng  LV21 2023年1月8日
最近浏览更多
lzx602  LV3 4月15日
wqq1445641325 4月4日
暂无贡献等级
tomtgytom  LV1 3月26日
HOO716 2月28日
暂无贡献等级
17392739763zzh 2月28日
暂无贡献等级
550423p 2月18日
暂无贡献等级
pi-nang  LV2 1月30日
暂无贡献等级
3311545828  LV3 1月19日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友