public class KoubeiCateringOrderInfoCreateModel extends AlipayObject
Constructor and Description |
---|
KoubeiCateringOrderInfoCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessType()
Gets business type.
|
String |
getChannel()
Gets channel.
|
String |
getDinnerType()
Gets dinner type.
|
List<KbPosOrderDishDetail> |
getDishDetails()
Gets dish details.
|
String |
getExtInfo()
Gets ext info.
|
String |
getMemo()
Gets memo.
|
String |
getOperator()
Gets operator.
|
String |
getOrderStyle()
Gets order style.
|
Date |
getOrderTime()
Gets order time.
|
String |
getOrgDvSn()
Gets org dv sn.
|
String |
getOrgOutBizNo()
Gets org out biz no.
|
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 |
getShopId()
Gets shop id.
|
Date |
getTableTime()
Gets table time.
|
String |
getTakeNo()
Gets take no.
|
String |
getTakeStyle()
Gets take style.
|
void |
setBusinessType(String businessType)
Sets business type.
|
void |
setChannel(String channel)
Sets channel.
|
void |
setDinnerType(String dinnerType)
Sets dinner type.
|
void |
setDishDetails(List<KbPosOrderDishDetail> dishDetails)
Sets dish details.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOperator(String operator)
Sets operator.
|
void |
setOrderStyle(String orderStyle)
Sets order style.
|
void |
setOrderTime(Date orderTime)
Sets order time.
|
void |
setOrgDvSn(String orgDvSn)
Sets org dv sn.
|
void |
setOrgOutBizNo(String orgOutBizNo)
Sets org out biz no.
|
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 |
setShopId(String shopId)
Sets shop id.
|
void |
setTableTime(Date tableTime)
Sets table time.
|
void |
setTakeNo(String takeNo)
Sets take no.
|
void |
setTakeStyle(String takeStyle)
Sets take style.
|
public String getBusinessType()
public void setBusinessType(String businessType)
businessType
- the business typepublic String getChannel()
public void setChannel(String channel)
channel
- the channelpublic String getDinnerType()
public void setDinnerType(String dinnerType)
dinnerType
- the dinner typepublic 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 getOperator()
public void setOperator(String operator)
operator
- the operatorpublic String getOrderStyle()
public void setOrderStyle(String orderStyle)
orderStyle
- the order stylepublic Date getOrderTime()
public void setOrderTime(Date orderTime)
orderTime
- the order timepublic String getOrgDvSn()
public void setOrgDvSn(String orgDvSn)
orgDvSn
- the org dv snpublic String getOrgOutBizNo()
public void setOrgOutBizNo(String orgOutBizNo)
orgOutBizNo
- the org out biz nopublic 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 getShopId()
public void setShopId(String shopId)
shopId
- the shop idpublic Date getTableTime()
public void setTableTime(Date tableTime)
tableTime
- the table timepublic String getTakeNo()
public void setTakeNo(String takeNo)
takeNo
- the take nopublic String getTakeStyle()
public void setTakeStyle(String takeStyle)
takeStyle
- the take styleCopyright © 2018. All rights reserved.