public class Comment extends Object
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getContent() |
String |
getDate() |
Integer |
getId() |
Integer |
getLocation_id() |
Integer |
getPlayadvisor_id() |
Integer |
getPost_id() |
Integer |
getStars() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setDate(String date) |
void |
setId(Integer id) |
void |
setLocation_id(Integer location_id) |
void |
setPlayadvisor_id(Integer playadvisor_id) |
void |
setPost_id(Integer post_id) |
void |
setStars(Integer stars) |
public Integer getId()
public void setId(Integer id)
public Integer getPlayadvisor_id()
public void setPlayadvisor_id(Integer playadvisor_id)
public Integer getPost_id()
public void setPost_id(Integer post_id)
public Integer getLocation_id()
public void setLocation_id(Integer location_id)
public String getContent()
public void setContent(String content)
public Integer getStars()
public void setStars(Integer stars)
public String getAuthor()
public void setAuthor(String author)
public String getDate()
public void setDate(String date)
Copyright © 2019. All rights reserved.