public class ExtShopItem extends AlipayObject
Constructor and Description |
---|
ExtShopItem() |
Modifier and Type | Method and Description |
---|---|
String |
getBrandCode()
Gets brand code.
|
String |
getCategoryCode()
Gets category code.
|
Long |
getCount()
Gets count.
|
String |
getCountry()
Gets country.
|
String |
getDescription()
Gets description.
|
String |
getExtGoodsInfo()
Gets ext goods info.
|
String |
getId()
Gets id.
|
String |
getItemCode()
Gets item code.
|
String |
getKbShopId()
Gets kb shop id.
|
String |
getPicture()
Gets picture.
|
Long |
getPrice()
Gets price.
|
String |
getSpecification()
Gets specification.
|
String |
getSystemProviderId()
Gets system provider id.
|
String |
getTitle()
Gets title.
|
void |
setBrandCode(String brandCode)
Sets brand code.
|
void |
setCategoryCode(String categoryCode)
Sets category code.
|
void |
setCount(Long count)
Sets count.
|
void |
setCountry(String country)
Sets country.
|
void |
setDescription(String description)
Sets description.
|
void |
setExtGoodsInfo(String extGoodsInfo)
Sets ext goods info.
|
void |
setId(String id)
Sets id.
|
void |
setItemCode(String itemCode)
Sets item code.
|
void |
setKbShopId(String kbShopId)
Sets kb shop id.
|
void |
setPicture(String picture)
Sets picture.
|
void |
setPrice(Long price)
Sets price.
|
void |
setSpecification(String specification)
Sets specification.
|
void |
setSystemProviderId(String systemProviderId)
Sets system provider id.
|
void |
setTitle(String title)
Sets title.
|
public String getBrandCode()
public void setBrandCode(String brandCode)
brandCode
- the brand codepublic String getCategoryCode()
public void setCategoryCode(String categoryCode)
categoryCode
- the category codepublic Long getCount()
public void setCount(Long count)
count
- the countpublic String getCountry()
public void setCountry(String country)
country
- the countrypublic String getDescription()
public void setDescription(String description)
description
- the descriptionpublic String getExtGoodsInfo()
public void setExtGoodsInfo(String extGoodsInfo)
extGoodsInfo
- the ext goods infopublic String getId()
public void setId(String id)
id
- the idpublic String getItemCode()
public void setItemCode(String itemCode)
itemCode
- the item codepublic String getKbShopId()
public void setKbShopId(String kbShopId)
kbShopId
- the kb shop idpublic String getPicture()
public void setPicture(String picture)
picture
- the picturepublic Long getPrice()
public void setPrice(Long price)
price
- the pricepublic String getSpecification()
public void setSpecification(String specification)
specification
- the specificationpublic String getSystemProviderId()
public void setSystemProviderId(String systemProviderId)
systemProviderId
- the system provider idpublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.