public class UserOrder extends Object implements Serializable, Comparable<UserOrder>
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOSED |
static int |
COMPLETED |
static int |
ORDER_BPAPER |
static int |
ORDER_LESSON |
static int |
ORDER_LPAPER |
static int |
ORDER_MEMBER |
static int |
ORDER_PERIOD |
static int |
ORDER_PPAPER |
static int |
OS_ANDROID |
static int |
OS_IOS |
static int |
PAY_FAIL |
static int |
PAY_SUCCESS |
static int |
PAYMANNER_1 |
static int |
PAYMANNER_2 |
static int |
PAYMANNER_3 |
static int |
PAYMANNER_4 |
static int |
PAYMANNER_5 |
static int |
PAYMANNER_6 |
static int |
WAITFORPAY |
| Constructor and Description |
|---|
UserOrder() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UserOrder o) |
String |
getAddress() |
Long |
getBuyAt() |
Integer |
getBuyType() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getOrderId() |
Integer |
getOs() |
Long |
getPayAt() |
Integer |
getPayType() |
BigDecimal |
getPrice() |
Integer |
getStatus() |
Long |
getTargetId() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAddress(String address) |
void |
setBuyAt(Long buyAt) |
void |
setBuyType(Integer buyType) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setOrderId(String orderId) |
void |
setOs(Integer os) |
void |
setPayAt(Long payAt) |
void |
setPayType(Integer payType) |
void |
setPrice(BigDecimal price) |
void |
setStatus(Integer status) |
void |
setTargetId(Long targetId) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int PAY_SUCCESS
public static final int PAY_FAIL
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 int PAYMANNER_5
public static final int PAYMANNER_6
public static final int ORDER_LESSON
public static final int ORDER_PERIOD
public static final int ORDER_LPAPER
public static final int ORDER_PPAPER
public static final int ORDER_BPAPER
public static final int ORDER_MEMBER
public static final int WAITFORPAY
public static final int CLOSED
public static final int COMPLETED
public static final int OS_ANDROID
public static final int OS_IOS
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 Long getTargetId()
public void setTargetId(Long targetId)
public Long getPayAt()
public void setPayAt(Long payAt)
public Long getBuyAt()
public void setBuyAt(Long buyAt)
public Integer getPayType()
public void setPayType(Integer payType)
public Integer getBuyType()
public void setBuyType(Integer buyType)
public String getAddress()
public void setAddress(String address)
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)
public Integer getStatus()
public void setStatus(Integer status)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public Integer getOs()
public void setOs(Integer os)
public int compareTo(UserOrder o)
compareTo in interface Comparable<UserOrder>Copyright © 2018. All Rights Reserved.