public class MaintainBizOrderGoods extends AlipayObject
Constructor and Description |
---|
MaintainBizOrderGoods() |
Modifier and Type | Method and Description |
---|---|
String |
getGoodsImage()
Gets goods image.
|
String |
getOrderGoodsId()
Gets order goods id.
|
String |
getOriginalCost()
Gets original cost.
|
String |
getOutGoodsNo()
Gets out goods no.
|
String |
getOutPackageId()
Gets out package id.
|
String |
getPackageName()
Gets package name.
|
String |
getRealCost()
Gets real cost.
|
Long |
getSaleNum()
Gets sale num.
|
void |
setGoodsImage(String goodsImage)
Sets goods image.
|
void |
setOrderGoodsId(String orderGoodsId)
Sets order goods id.
|
void |
setOriginalCost(String originalCost)
Sets original cost.
|
void |
setOutGoodsNo(String outGoodsNo)
Sets out goods no.
|
void |
setOutPackageId(String outPackageId)
Sets out package id.
|
void |
setPackageName(String packageName)
Sets package name.
|
void |
setRealCost(String realCost)
Sets real cost.
|
void |
setSaleNum(Long saleNum)
Sets sale num.
|
public String getGoodsImage()
public void setGoodsImage(String goodsImage)
goodsImage
- the goods imagepublic String getOrderGoodsId()
public void setOrderGoodsId(String orderGoodsId)
orderGoodsId
- the order goods idpublic String getOriginalCost()
public void setOriginalCost(String originalCost)
originalCost
- the original costpublic String getOutGoodsNo()
public void setOutGoodsNo(String outGoodsNo)
outGoodsNo
- the out goods nopublic String getOutPackageId()
public void setOutPackageId(String outPackageId)
outPackageId
- the out package idpublic String getPackageName()
public void setPackageName(String packageName)
packageName
- the package namepublic String getRealCost()
public void setRealCost(String realCost)
realCost
- the real costpublic Long getSaleNum()
public void setSaleNum(Long saleNum)
saleNum
- the sale numCopyright © 2018. All rights reserved.