public class InboundOrderLine extends AlipayObject
Constructor and Description |
---|
InboundOrderLine() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchCode()
Gets batch code.
|
Date |
getExpireDate()
Gets expire date.
|
String |
getGoodsCode()
Gets goods code.
|
String |
getInventoryType()
Gets inventory type.
|
Long |
getPlanQuantity()
Gets plan quantity.
|
String |
getPrice()
Gets price.
|
Date |
getProductDate()
Gets product date.
|
String |
getRemark()
Gets remark.
|
void |
setBatchCode(String batchCode)
Sets batch code.
|
void |
setExpireDate(Date expireDate)
Sets expire date.
|
void |
setGoodsCode(String goodsCode)
Sets goods code.
|
void |
setInventoryType(String inventoryType)
Sets inventory type.
|
void |
setPlanQuantity(Long planQuantity)
Sets plan quantity.
|
void |
setPrice(String price)
Sets price.
|
void |
setProductDate(Date productDate)
Sets product date.
|
void |
setRemark(String remark)
Sets remark.
|
public String getBatchCode()
public void setBatchCode(String batchCode)
batchCode
- the batch codepublic Date getExpireDate()
public void setExpireDate(Date expireDate)
expireDate
- the expire datepublic String getGoodsCode()
public void setGoodsCode(String goodsCode)
goodsCode
- the goods codepublic String getInventoryType()
public void setInventoryType(String inventoryType)
inventoryType
- the inventory typepublic Long getPlanQuantity()
public void setPlanQuantity(Long planQuantity)
planQuantity
- the plan quantitypublic String getPrice()
public void setPrice(String price)
price
- the pricepublic Date getProductDate()
public void setProductDate(Date productDate)
productDate
- the product datepublic String getRemark()
public void setRemark(String remark)
remark
- the remarkCopyright © 2018. All rights reserved.