public class WorkDetail extends AlipayObject
Constructor and Description |
---|
WorkDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchCode()
Gets batch code.
|
Date |
getExpireDate()
Gets expire date.
|
String |
getExtInfo()
Gets ext info.
|
String |
getGoodsCode()
Gets goods code.
|
String |
getInventoryType()
Gets inventory type.
|
String |
getPrice()
Gets price.
|
Date |
getProductionDate()
Gets production date.
|
Long |
getQuantity()
Gets quantity.
|
void |
setBatchCode(String batchCode)
Sets batch code.
|
void |
setExpireDate(Date expireDate)
Sets expire date.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setGoodsCode(String goodsCode)
Sets goods code.
|
void |
setInventoryType(String inventoryType)
Sets inventory type.
|
void |
setPrice(String price)
Sets price.
|
void |
setProductionDate(Date productionDate)
Sets production date.
|
void |
setQuantity(Long quantity)
Sets quantity.
|
public String getBatchCode()
public void setBatchCode(String batchCode)
batchCode
- the batch codepublic Date getExpireDate()
public void setExpireDate(Date expireDate)
expireDate
- the expire datepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getGoodsCode()
public void setGoodsCode(String goodsCode)
goodsCode
- the goods codepublic String getInventoryType()
public void setInventoryType(String inventoryType)
inventoryType
- the inventory typepublic String getPrice()
public void setPrice(String price)
price
- the pricepublic Date getProductionDate()
public void setProductionDate(Date productionDate)
productionDate
- the production datepublic Long getQuantity()
public void setQuantity(Long quantity)
quantity
- the quantityCopyright © 2018. All rights reserved.