public class InventoryRecord extends AlipayObject
Constructor and Description |
---|
InventoryRecord() |
Modifier and Type | Method and Description |
---|---|
Long |
getAfterModifyLockQuantity()
Gets after modify lock quantity.
|
Long |
getAfterModifyQuantity()
Gets after modify quantity.
|
String |
getBatchCode()
Gets batch code.
|
String |
getBeforeModifyLockQuantity()
Gets before modify lock quantity.
|
Long |
getBeforeModifyQuantity()
Gets before modify quantity.
|
Long |
getDiffLockQuantity()
Gets diff lock quantity.
|
Long |
getDiffQuantity()
Gets diff quantity.
|
Date |
getExpireDate()
Gets expire date.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtModified()
Gets gmt modified.
|
String |
getGoodsCode()
Gets goods code.
|
String |
getInventoryType()
Gets inventory type.
|
String |
getOperateType()
Gets operate type.
|
String |
getOutBizId()
Gets out biz id.
|
Date |
getProductDate()
Gets product date.
|
String |
getRemark()
Gets remark.
|
String |
getWarehouseCode()
Gets warehouse code.
|
void |
setAfterModifyLockQuantity(Long afterModifyLockQuantity)
Sets after modify lock quantity.
|
void |
setAfterModifyQuantity(Long afterModifyQuantity)
Sets after modify quantity.
|
void |
setBatchCode(String batchCode)
Sets batch code.
|
void |
setBeforeModifyLockQuantity(String beforeModifyLockQuantity)
Sets before modify lock quantity.
|
void |
setBeforeModifyQuantity(Long beforeModifyQuantity)
Sets before modify quantity.
|
void |
setDiffLockQuantity(Long diffLockQuantity)
Sets diff lock quantity.
|
void |
setDiffQuantity(Long diffQuantity)
Sets diff quantity.
|
void |
setExpireDate(Date expireDate)
Sets expire date.
|
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 |
setOperateType(String operateType)
Sets operate type.
|
void |
setOutBizId(String outBizId)
Sets out biz id.
|
void |
setProductDate(Date productDate)
Sets product date.
|
void |
setRemark(String remark)
Sets remark.
|
void |
setWarehouseCode(String warehouseCode)
Sets warehouse code.
|
public Long getAfterModifyLockQuantity()
public void setAfterModifyLockQuantity(Long afterModifyLockQuantity)
afterModifyLockQuantity
- the after modify lock quantitypublic Long getAfterModifyQuantity()
public void setAfterModifyQuantity(Long afterModifyQuantity)
afterModifyQuantity
- the after modify quantitypublic String getBatchCode()
public void setBatchCode(String batchCode)
batchCode
- the batch codepublic String getBeforeModifyLockQuantity()
public void setBeforeModifyLockQuantity(String beforeModifyLockQuantity)
beforeModifyLockQuantity
- the before modify lock quantitypublic Long getBeforeModifyQuantity()
public void setBeforeModifyQuantity(Long beforeModifyQuantity)
beforeModifyQuantity
- the before modify quantitypublic Long getDiffLockQuantity()
public void setDiffLockQuantity(Long diffLockQuantity)
diffLockQuantity
- the diff lock quantitypublic Long getDiffQuantity()
public void setDiffQuantity(Long diffQuantity)
diffQuantity
- the diff quantitypublic Date getExpireDate()
public void setExpireDate(Date expireDate)
expireDate
- the expire datepublic 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 String getOperateType()
public void setOperateType(String operateType)
operateType
- the operate typepublic String getOutBizId()
public void setOutBizId(String outBizId)
outBizId
- the out biz idpublic Date getProductDate()
public void setProductDate(Date productDate)
productDate
- the product datepublic String getRemark()
public void setRemark(String remark)
remark
- the remarkpublic String getWarehouseCode()
public void setWarehouseCode(String warehouseCode)
warehouseCode
- the warehouse codeCopyright © 2018. All rights reserved.