public class ProjectResult extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_PASS
通过
|
static Integer |
STATUS_REJECT
驳回
|
static Integer |
STATUS_UN_CHECK
未审核
|
| 构造器和说明 |
|---|
ProjectResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getFileName() |
Long |
getId() |
Long |
getProjectId() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
Long |
getUserId() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFileName(String fileName) |
void |
setId(Long id) |
void |
setProjectId(Long projectId) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer STATUS_UN_CHECK
public static final Integer STATUS_PASS
public static final Integer STATUS_REJECT
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getProjectId()
public void setProjectId(Long projectId)
public String getUrl()
public void setUrl(String url)
public Integer getStatus()
public void setStatus(Integer status)
public String getFileName()
public void setFileName(String fileName)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2021. All rights reserved.