public class Goods extends Object
| Constructor and Description |
|---|
Goods() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttach() |
String |
getBody() |
String |
getCategory() |
String |
getId() |
Long |
getPrice() |
Integer |
getQuantity() |
String |
getThirdId() |
String |
getTitle() |
String |
getUrl() |
void |
setAttach(String attach) |
void |
setBody(String body) |
void |
setCategory(String category) |
void |
setId(String id) |
void |
setPrice(Long price) |
void |
setQuantity(Integer quantity) |
void |
setThirdId(String thirdId) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public String getId()
public void setId(String id)
public String getTitle()
public void setTitle(String title)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public Long getPrice()
public void setPrice(Long price)
public String getCategory()
public void setCategory(String category)
public String getBody()
public void setBody(String body)
public String getAttach()
public void setAttach(String attach)
public String getUrl()
public void setUrl(String url)
public String getThirdId()
public void setThirdId(String thirdId)
Copyright © 2018. All rights reserved.