public class Order extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBuyer() |
Long |
getConfirmAt() |
Integer |
getCount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getJcount() |
String |
getMobile() |
String |
getName() |
String |
getOrderId() |
Long |
getPayAt() |
Integer |
getPayManner() |
Long |
getSendAt() |
Integer |
getStatus() |
Long |
getSubmitAt() |
String |
getTotalPrice() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBuyer(Long buyer) |
void |
setConfirmAt(Long confirmAt) |
void |
setCount(Integer count) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setJcount(Integer jcount) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setOrderId(String orderId) |
void |
setPayAt(Long payAt) |
void |
setPayManner(Integer payManner) |
void |
setSendAt(Long sendAt) |
void |
setStatus(Integer status) |
void |
setSubmitAt(Long submitAt) |
void |
setTotalPrice(String totalPrice) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
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 Long getId()
public void setId(Long id)
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 © 2016. All Rights Reserved.