public class UserDocumentRelation extends Object implements Serializable
| Constructor and Description |
|---|
UserDocumentRelation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDocumentId() |
Long |
getId() |
Integer |
getStatus() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Integer |
getWhether() |
void |
setComment(String comment) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDocumentId(Long documentId) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setWhether(Integer whether) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getDocumentId()
public void setDocumentId(Long documentId)
public Long getUid()
public void setUid(Long uid)
public Integer getType()
public void setType(Integer type)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getWhether()
public void setWhether(Integer whether)
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)
Copyright © 2017. All rights reserved.