public class FoodOrderRelation extends Object implements Serializable
| Constructor and Description |
|---|
FoodOrderRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
BigDecimal |
getFoodDiscount() |
Long |
getFoodId() |
String |
getFoodName() |
Integer |
getFoodType() |
Long |
getId() |
Long |
getOrderId() |
String |
getPlatform() |
BigDecimal |
getPrice() |
Integer |
getQuantity() |
Long |
getStoreId() |
Long |
getTrademarkId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFoodDiscount(BigDecimal foodDiscount) |
void |
setFoodId(Long foodId) |
void |
setFoodName(String foodName) |
void |
setFoodType(Integer foodType) |
void |
setId(Long id) |
void |
setOrderId(Long orderId) |
void |
setPlatform(String platform) |
void |
setPrice(BigDecimal price) |
void |
setQuantity(Integer quantity) |
void |
setStoreId(Long storeId) |
void |
setTrademarkId(Long trademarkId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getTrademarkId()
public void setTrademarkId(Long trademarkId)
public Long getStoreId()
public void setStoreId(Long storeId)
public Long getFoodId()
public void setFoodId(Long foodId)
public String getFoodName()
public void setFoodName(String foodName)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public Integer getFoodType()
public void setFoodType(Integer foodType)
public Long getOrderId()
public void setOrderId(Long orderId)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public BigDecimal getFoodDiscount()
public void setFoodDiscount(BigDecimal foodDiscount)
public String getPlatform()
public void setPlatform(String platform)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.