public class Order extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
BUY
1-新购买 2-续费
|
static Integer |
ORDER_WAY_1 |
static Integer |
ORDER_WAY_2 |
static int |
PAYMANNER_1 |
static int |
PAYMANNER_2 |
static int |
PAYMANNER_3 |
static int |
PAYMANNER_4 |
static Integer |
RENEW |
| Constructor and Description |
|---|
Order() |
public static final Integer ORDER_WAY_1
public static final Integer ORDER_WAY_2
public static final int PAYMANNER_1
public static final int PAYMANNER_2
public static final int PAYMANNER_3
public static final int PAYMANNER_4
public static final Integer BUY
public static final Integer RENEW
public Long getId()
public void setId(Long id)
public Integer getType()
public void setType(Integer type)
public Long getAccountId()
public void setAccountId(Long accountId)
public String getName()
public void setName(String name)
public String getTotalPrice()
public void setTotalPrice(String totalPrice)
public Long getBuyer()
public void setBuyer(Long buyer)
public Integer getStatus()
public void setStatus(Integer status)
public String getMobile()
public void setMobile(String mobile)
public Long getSendAt()
public void setSendAt(Long sendAt)
public Integer getCount()
public void setCount(Integer count)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getPayAt()
public void setPayAt(Long payAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public String getOrderId()
public void setOrderId(String orderId)
public Integer getPayManner()
public void setPayManner(Integer payManner)
public Integer getJcount()
public void setJcount(Integer jcount)
public Long getConfirmAt()
public void setConfirmAt(Long confirmAt)
public Long getSubmitAt()
public void setSubmitAt(Long submitAt)
Copyright © 2017. All rights reserved.