public class UserProcessRank extends Object implements Serializable
| Constructor and Description |
|---|
UserProcessRank() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getApplyTimes() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getProcessId() |
Integer |
getRank() |
Integer |
getScore() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setApplyTimes(Integer applyTimes) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setProcessId(Long processId) |
void |
setRank(Integer rank) |
void |
setScore(Integer score) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getProcessId()
public void setProcessId(Long processId)
public Integer getScore()
public void setScore(Integer score)
public Integer getApplyTimes()
public void setApplyTimes(Integer applyTimes)
public Integer getRank()
public void setRank(Integer rank)
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 © 2018. All Rights Reserved.