public class Inventory extends AlipayObject
| Constructor and Description |
|---|
Inventory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchCode()
Gets batch code.
|
Date |
getExpireDate()
Gets expire date.
|
String |
getExtendProps()
Gets extend props.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtModified()
Gets gmt modified.
|
String |
getGoodsCode()
Gets goods code.
|
String |
getInventoryType()
Gets inventory type.
|
Long |
getLockQuantity()
Gets lock quantity.
|
Date |
getProductDate()
Gets product date.
|
Long |
getQuantity()
Gets quantity.
|
Long |
getRealQuantity()
Gets real quantity.
|
String |
getWarehouseCode()
Gets warehouse code.
|
void |
setBatchCode(String batchCode)
Sets batch code.
|
void |
setExpireDate(Date expireDate)
Sets expire date.
|
void |
setExtendProps(String extendProps)
Sets extend props.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtModified(Date gmtModified)
Sets gmt modified.
|
void |
setGoodsCode(String goodsCode)
Sets goods code.
|
void |
setInventoryType(String inventoryType)
Sets inventory type.
|
void |
setLockQuantity(Long lockQuantity)
Sets lock quantity.
|
void |
setProductDate(Date productDate)
Sets product date.
|
void |
setQuantity(Long quantity)
Sets quantity.
|
void |
setRealQuantity(Long realQuantity)
Sets real quantity.
|
void |
setWarehouseCode(String warehouseCode)
Sets warehouse code.
|
public String getBatchCode()
public void setBatchCode(String batchCode)
batchCode - the batch codepublic Date getExpireDate()
public void setExpireDate(Date expireDate)
expireDate - the expire datepublic String getExtendProps()
public void setExtendProps(String extendProps)
extendProps - the extend propspublic Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic Date getGmtModified()
public void setGmtModified(Date gmtModified)
gmtModified - the gmt modifiedpublic String getGoodsCode()
public void setGoodsCode(String goodsCode)
goodsCode - the goods codepublic String getInventoryType()
public void setInventoryType(String inventoryType)
inventoryType - the inventory typepublic Long getLockQuantity()
public void setLockQuantity(Long lockQuantity)
lockQuantity - the lock quantitypublic Date getProductDate()
public void setProductDate(Date productDate)
productDate - the product datepublic Long getQuantity()
public void setQuantity(Long quantity)
quantity - the quantitypublic Long getRealQuantity()
public void setRealQuantity(Long realQuantity)
realQuantity - the real quantitypublic String getWarehouseCode()
public void setWarehouseCode(String warehouseCode)
warehouseCode - the warehouse codeCopyright © 2018. All rights reserved.