public class OItem extends Object implements Serializable
| 构造器和说明 |
|---|
OItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<OItemAttribute> |
getAttributes() |
Long |
getBackCategoryId() |
Long |
getCategoryId() |
String |
getDescription() |
Long |
getId() |
int |
getIsValid() |
List<OLabel> |
getLabels() |
int |
getMinPurchaseQuantity() |
String |
getName() |
int |
getRecentPopularity() |
List<OItemSellingTime> |
getSellingTime() |
Long |
getShopId() |
String |
getShopName() |
List<OSpec> |
getSpecs() |
String |
getUnit() |
void |
setAttributes(List<OItemAttribute> attributes) |
void |
setBackCategoryId(Long backCategoryId) |
void |
setCategoryId(Long categoryId) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setIsValid(int isValid) |
void |
setLabels(List<OLabel> labels) |
void |
setMinPurchaseQuantity(int minPurchaseQuantity) |
void |
setName(String name) |
void |
setRecentPopularity(int recentPopularity) |
void |
setSellingTime(List<OItemSellingTime> sellingTime) |
void |
setShopId(Long shopId) |
void |
setShopName(String shopName) |
void |
setSpecs(List<OSpec> specs) |
void |
setUnit(String unit) |
public String getDescription()
public void setDescription(String description)
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public int getIsValid()
public void setIsValid(int isValid)
public int getRecentPopularity()
public void setRecentPopularity(int recentPopularity)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public Long getShopId()
public void setShopId(Long shopId)
public String getShopName()
public void setShopName(String shopName)
public List<OItemAttribute> getAttributes()
public void setAttributes(List<OItemAttribute> attributes)
public Long getBackCategoryId()
public void setBackCategoryId(Long backCategoryId)
public int getMinPurchaseQuantity()
public void setMinPurchaseQuantity(int minPurchaseQuantity)
public String getUnit()
public void setUnit(String unit)
public List<OItemSellingTime> getSellingTime()
public void setSellingTime(List<OItemSellingTime> sellingTime)
Copyright © 2018. All rights reserved.