public class OrdersInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
BIZ_TYPE_DEPOSIT |
static int |
BIZ_TYPE_SERVICE |
static int |
BIZ_TYPE_SKU |
static int |
FAIL |
static int |
SUCCESS |
static int |
WAIT |
static int |
WARN |
| Constructor and Description |
|---|
OrdersInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBizId() |
Integer |
getBizType() |
Integer |
getCnt() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getOrdersId() |
Integer |
getRating() |
Integer |
getResult() |
Integer |
getStock() |
Long |
getSubBizId() |
String |
getSuggestion() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBizId(Long bizId) |
void |
setBizType(Integer bizType) |
void |
setCnt(Integer cnt) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setOrdersId(Long ordersId) |
void |
setRating(Integer rating) |
void |
setResult(Integer result) |
void |
setStock(Integer stock) |
void |
setSubBizId(Long subBizId) |
void |
setSuggestion(String suggestion) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int BIZ_TYPE_SKU
public static final int BIZ_TYPE_SERVICE
public static final int BIZ_TYPE_DEPOSIT
public static final int SUCCESS
public static final int FAIL
public static final int WAIT
public static final int WARN
public Long getId()
public void setId(Long id)
public Long getOrdersId()
public void setOrdersId(Long ordersId)
public Long getBizId()
public void setBizId(Long bizId)
public Integer getBizType()
public void setBizType(Integer bizType)
public String getContent()
public void setContent(String content)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Integer getCnt()
public void setCnt(Integer cnt)
public Long getSubBizId()
public void setSubBizId(Long subBizId)
public Integer getStock()
public void setStock(Integer stock)
public Integer getResult()
public void setResult(Integer result)
public Integer getRating()
public void setRating(Integer rating)
public String getSuggestion()
public void setSuggestion(String suggestion)
Copyright © 2021. All rights reserved.