public class WaimaiStoreCommentDTO extends Object
| Constructor and Description |
|---|
WaimaiStoreCommentDTO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddCommentTime() |
String |
getCommentContent() |
long |
getCommentId() |
int |
getDeliveryCommentScore() |
int |
getFoodCommentScore() |
int |
getOrderCommentScore() |
void |
setAddCommentTime(long addCommentTime) |
void |
setCommentContent(String commentContent) |
void |
setCommentId(long commentId) |
void |
setDeliveryCommentScore(int deliveryCommentScore) |
void |
setFoodCommentScore(int foodCommentScore) |
void |
setOrderCommentScore(int orderCommentScore) |
public long getAddCommentTime()
public void setAddCommentTime(long addCommentTime)
public String getCommentContent()
public void setCommentContent(String commentContent)
public long getCommentId()
public void setCommentId(long commentId)
public int getDeliveryCommentScore()
public void setDeliveryCommentScore(int deliveryCommentScore)
public int getFoodCommentScore()
public void setFoodCommentScore(int foodCommentScore)
public int getOrderCommentScore()
public void setOrderCommentScore(int orderCommentScore)
Copyright © 2017. All rights reserved.