public class Comment extends Object
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Long |
getCreateAt() |
String |
getImg() |
Long |
getLogId() |
String |
getName() |
void |
setComment(String comment) |
void |
setCreateAt(Long createAt) |
void |
setImg(String img) |
void |
setLogId(Long logId) |
void |
setName(String name) |
public Long getLogId()
public void setLogId(Long logId)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public String getName()
public void setName(String name)
public String getImg()
public void setImg(String img)
public String getComment()
public void setComment(String comment)
Copyright © 2017. All rights reserved.