public class InvoiceTradeGoodsItem extends AlipayObject
Constructor and Description |
---|
InvoiceTradeGoodsItem() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets category.
|
String |
getGoodsName()
Gets goods name.
|
String |
getGoodsNo()
Gets goods no.
|
String |
getGoodsSumAmount()
Gets goods sum amount.
|
String |
getPrice()
Gets price.
|
String |
getQuantity()
Gets quantity.
|
String |
getSpecification()
Gets specification.
|
String |
getUnit()
Gets unit.
|
void |
setCategory(String category)
Sets category.
|
void |
setGoodsName(String goodsName)
Sets goods name.
|
void |
setGoodsNo(String goodsNo)
Sets goods no.
|
void |
setGoodsSumAmount(String goodsSumAmount)
Sets goods sum amount.
|
void |
setPrice(String price)
Sets price.
|
void |
setQuantity(String quantity)
Sets quantity.
|
void |
setSpecification(String specification)
Sets specification.
|
void |
setUnit(String unit)
Sets unit.
|
public String getCategory()
public void setCategory(String category)
category
- the categorypublic String getGoodsName()
public void setGoodsName(String goodsName)
goodsName
- the goods namepublic String getGoodsNo()
public void setGoodsNo(String goodsNo)
goodsNo
- the goods nopublic String getGoodsSumAmount()
public void setGoodsSumAmount(String goodsSumAmount)
goodsSumAmount
- the goods sum amountpublic String getPrice()
public void setPrice(String price)
price
- the pricepublic String getQuantity()
public void setQuantity(String quantity)
quantity
- the quantitypublic String getSpecification()
public void setSpecification(String specification)
specification
- the specificationpublic String getUnit()
public void setUnit(String unit)
unit
- the unitCopyright © 2018. All rights reserved.