public class KoubeiCateringOrderInfoModifyModel extends AlipayObject
Constructor and Description |
---|
KoubeiCateringOrderInfoModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets action.
|
List<KbPosOrderDishDetail> |
getDishDetails()
Gets dish details.
|
String |
getExtInfo()
Gets ext info.
|
String |
getMemo()
Gets memo.
|
String |
getOtherAmount()
Gets other amount.
|
String |
getPackingAmount()
Gets packing amount.
|
Long |
getPeopleNum()
Gets people num.
|
PosOrderKey |
getPosOrderKey()
Gets pos order key.
|
String |
getServiceAmount()
Gets service amount.
|
String |
getTakeNo()
Gets take no.
|
void |
setAction(String action)
Sets action.
|
void |
setDishDetails(List<KbPosOrderDishDetail> dishDetails)
Sets dish details.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOtherAmount(String otherAmount)
Sets other amount.
|
void |
setPackingAmount(String packingAmount)
Sets packing amount.
|
void |
setPeopleNum(Long peopleNum)
Sets people num.
|
void |
setPosOrderKey(PosOrderKey posOrderKey)
Sets pos order key.
|
void |
setServiceAmount(String serviceAmount)
Sets service amount.
|
void |
setTakeNo(String takeNo)
Sets take no.
|
public String getAction()
public void setAction(String action)
action
- the actionpublic List<KbPosOrderDishDetail> getDishDetails()
public void setDishDetails(List<KbPosOrderDishDetail> dishDetails)
dishDetails
- the dish detailspublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getOtherAmount()
public void setOtherAmount(String otherAmount)
otherAmount
- the other amountpublic String getPackingAmount()
public void setPackingAmount(String packingAmount)
packingAmount
- the packing amountpublic Long getPeopleNum()
public void setPeopleNum(Long peopleNum)
peopleNum
- the people numpublic PosOrderKey getPosOrderKey()
public void setPosOrderKey(PosOrderKey posOrderKey)
posOrderKey
- the pos order keypublic String getServiceAmount()
public void setServiceAmount(String serviceAmount)
serviceAmount
- the service amountpublic String getTakeNo()
public void setTakeNo(String takeNo)
takeNo
- the take noCopyright © 2018. All rights reserved.