public class WaimaiStoreDTO extends Object implements Serializable
| Constructor and Description |
|---|
WaimaiStoreDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInvoiceMinAmount() |
int |
getIsBookable() |
int |
getIsInvoice() |
int |
getMinOrderPrice() |
String |
getName() |
int |
getNoAgentFeeTotal() |
String |
getOpenTime() |
int |
getPackageBoxPrice() |
int |
getPackingFee() |
String |
getPhone() |
String |
getPromotionInfo() |
String |
getServicePhone() |
String |
getShopLogo() |
void |
setInvoiceMinAmount(int invoiceMinAmount) |
void |
setIsBookable(int isBookable) |
void |
setIsInvoice(int isInvoice) |
void |
setMinOrderPrice(int minOrderPrice) |
void |
setName(String name) |
void |
setNoAgentFeeTotal(int noAgentFeeTotal) |
void |
setOpenTime(String openTime) |
void |
setPackageBoxPrice(int packageBoxPrice) |
void |
setPackingFee(int packingFee) |
void |
setPhone(String phone) |
void |
setPromotionInfo(String promotionInfo) |
void |
setServicePhone(String servicePhone) |
void |
setShopLogo(String shopLogo) |
public String getName()
public void setName(String name)
public String getServicePhone()
public void setServicePhone(String servicePhone)
public String getOpenTime()
public void setOpenTime(String openTime)
public String getShopLogo()
public void setShopLogo(String shopLogo)
public int getIsBookable()
public void setIsBookable(int isBookable)
public String getPhone()
public void setPhone(String phone)
public int getIsInvoice()
public void setIsInvoice(int isInvoice)
public int getInvoiceMinAmount()
public void setInvoiceMinAmount(int invoiceMinAmount)
public int getNoAgentFeeTotal()
public void setNoAgentFeeTotal(int noAgentFeeTotal)
public int getPackingFee()
public void setPackingFee(int packingFee)
public int getMinOrderPrice()
public void setMinOrderPrice(int minOrderPrice)
public int getPackageBoxPrice()
public void setPackageBoxPrice(int packageBoxPrice)
public String getPromotionInfo()
public void setPromotionInfo(String promotionInfo)
Copyright © 2017. All rights reserved.