public class UserCommentRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
LESSEE_TO_LESSOR
评价类型:承租人对出租人进行评价
|
static Integer |
LESSOR_TO_LESSEE
评价类型:出租人对承租人进行评价
|
| Constructor and Description |
|---|
UserCommentRelation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getLesseeId() |
Long |
getLessorId() |
Long |
getOid() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setComment(String comment) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setLesseeId(Long lesseeId) |
void |
setLessorId(Long lessorId) |
void |
setOid(Long oid) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer LESSEE_TO_LESSOR
public static final Integer LESSOR_TO_LESSEE
public Long getId()
public void setId(Long id)
public Long getLesseeId()
public void setLesseeId(Long lesseeId)
public Long getLessorId()
public void setLessorId(Long lessorId)
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 Integer getType()
public void setOid(Long oid)
public void setType(Integer type)
Copyright © 2018. All rights reserved.