public class Goods extends Object implements Serializable
| 构造器和说明 |
|---|
Goods() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBuyer() |
Long |
getCount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDeploy() |
Integer |
getGoodCount() |
Long |
getId() |
Integer |
getIsConfirm() |
String |
getName() |
String |
getOrderId() |
String |
getPrice() |
String |
getTotalPrice() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBuyer(Long buyer) |
void |
setCount(Long count) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDeploy(String deploy) |
void |
setGoodCount(Integer goodCount) |
void |
setId(Long id) |
void |
setIsConfirm(Integer isConfirm) |
void |
setName(String name) |
void |
setOrderId(String orderId) |
void |
setPrice(String price) |
void |
setTotalPrice(String totalPrice) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getPrice()
public void setPrice(String price)
public String getOrderId()
public void setOrderId(String orderId)
public String getTotalPrice()
public void setTotalPrice(String totalPrice)
public Long getBuyer()
public void setBuyer(Long buyer)
public Integer getIsConfirm()
public void setIsConfirm(Integer isConfirm)
public Long getCount()
public void setCount(Long count)
public String getDeploy()
public void setDeploy(String deploy)
public Integer getType()
public void setType(Integer type)
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 getGoodCount()
public void setGoodCount(Integer goodCount)
Copyright © 2016. All rights reserved.