public class UserOrder extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CLOSED |
static int |
COMPLETED |
static Integer |
OrderType_Free |
static int |
OrderType_Member_Eighty |
static int |
OrderType_Member_Twenty |
static int |
PAY_FAIL |
static int |
PAY_SUCCESS |
static int |
PAY_Type_Alipay |
static int |
PAY_Type_Card |
static int |
PAY_Type_WinXin |
static BigDecimal |
Price_Eighty |
static BigDecimal |
Price_Twenty |
static int |
WAITFORPAY |
| 构造器和说明 |
|---|
UserOrder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBuyAt() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getOrderId() |
Integer |
getOrderType() |
Long |
getPayAt() |
Integer |
getPayType() |
BigDecimal |
getPrice() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBuyAt(Long buyAt) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setOrderId(String orderId) |
void |
setOrderType(Integer orderType) |
void |
setPayAt(Long payAt) |
void |
setPayType(Integer payType) |
void |
setPrice(BigDecimal price) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer OrderType_Free
public static final int OrderType_Member_Twenty
public static final int OrderType_Member_Eighty
public static final int PAY_Type_WinXin
public static final int PAY_Type_Alipay
public static final int PAY_Type_Card
public static final int WAITFORPAY
public static final int CLOSED
public static final int COMPLETED
public static final int PAY_SUCCESS
public static final int PAY_FAIL
public static final BigDecimal Price_Twenty
public static final BigDecimal Price_Eighty
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getOrderId()
public void setOrderId(String orderId)
public Integer getOrderType()
public void setOrderType(Integer orderType)
public Integer getPayType()
public void setPayType(Integer payType)
public Long getBuyAt()
public void setBuyAt(Long buyAt)
public Integer getStatus()
public void setStatus(Integer status)
public Long getPayAt()
public void setPayAt(Long payAt)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
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 getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.