public class ExtItem extends AlipayObject
Constructor and Description |
---|
ExtItem() |
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.
|
Long |
getId()
Gets id.
|
String |
getItemCode()
Gets item code.
|
String |
getPicture()
Gets picture.
|
Long |
getPrice()
Gets price.
|
String |
getSpecification()
Gets specification.
|
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 |
setId(Long id)
Sets id.
|
void |
setItemCode(String itemCode)
Sets item code.
|
void |
setPicture(String picture)
Sets picture.
|
void |
setPrice(Long price)
Sets price.
|
void |
setSpecification(String specification)
Sets specification.
|
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 Long getId()
public void setId(Long id)
id
- the idpublic String getItemCode()
public void setItemCode(String itemCode)
itemCode
- the item codepublic 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 getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.