public class Comment extends Object implements Serializable
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCid() |
String |
getComment() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDid() |
Long |
getId() |
Long |
getNum() |
Long |
getOid() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCid(Long cid) |
void |
setComment(String comment) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDid(Long did) |
void |
setId(Long id) |
void |
setNum(Long num) |
void |
setOid(Long oid) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Long getDid()
public void setDid(Long did)
public String getComment()
public void setComment(String comment)
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)
public Long getOid()
public void setOid(Long oid)
public Long getCid()
public void setCid(Long cid)
public Long getNum()
public void setNum(Long num)
Copyright © 2016. All Rights Reserved.