public class AccessProduceOrder extends AlipayObject
Constructor and Description |
---|
AccessProduceOrder() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchId()
Gets batch id.
|
String |
getProduceOrderId()
Gets produce order id.
|
Long |
getProduceQuantity()
Gets produce quantity.
|
String |
getStuffAttrName()
Gets stuff attr name.
|
String |
getStuffMaterial()
Gets stuff material.
|
String |
getStuffSize()
Gets stuff size.
|
String |
getStuffType()
Gets stuff type.
|
String |
getTemplateId()
Gets template id.
|
String |
getTemplateName()
Gets template name.
|
void |
setBatchId(String batchId)
Sets batch id.
|
void |
setProduceOrderId(String produceOrderId)
Sets produce order id.
|
void |
setProduceQuantity(Long produceQuantity)
Sets produce quantity.
|
void |
setStuffAttrName(String stuffAttrName)
Sets stuff attr name.
|
void |
setStuffMaterial(String stuffMaterial)
Sets stuff material.
|
void |
setStuffSize(String stuffSize)
Sets stuff size.
|
void |
setStuffType(String stuffType)
Sets stuff type.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setTemplateName(String templateName)
Sets template name.
|
public String getBatchId()
public void setBatchId(String batchId)
batchId
- the batch idpublic String getProduceOrderId()
public void setProduceOrderId(String produceOrderId)
produceOrderId
- the produce order idpublic Long getProduceQuantity()
public void setProduceQuantity(Long produceQuantity)
produceQuantity
- the produce quantitypublic String getStuffAttrName()
public void setStuffAttrName(String stuffAttrName)
stuffAttrName
- the stuff attr namepublic String getStuffMaterial()
public void setStuffMaterial(String stuffMaterial)
stuffMaterial
- the stuff materialpublic String getStuffSize()
public void setStuffSize(String stuffSize)
stuffSize
- the stuff sizepublic String getStuffType()
public void setStuffType(String stuffType)
stuffType
- the stuff typepublic String getTemplateId()
public void setTemplateId(String templateId)
templateId
- the template idpublic String getTemplateName()
public void setTemplateName(String templateName)
templateName
- the template nameCopyright © 2018. All rights reserved.