public class UserProcessRank extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
HAS_SHARE |
static Integer |
NOT_SHARE |
| Constructor and Description |
|---|
UserProcessRank() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getApplyTimes() |
String |
getAudioUrl() |
Long |
getCampaignId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGradeDept() |
Integer |
getHasShare() |
Long |
getId() |
Long |
getProcessId() |
Integer |
getRank() |
Integer |
getScore() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setApplyTimes(Integer applyTimes) |
void |
setAudioUrl(String audioUrl) |
void |
setCampaignId(Long campaignId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGradeDept(Integer gradeDept) |
void |
setHasShare(Integer hasShare) |
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 static final Integer HAS_SHARE
public static final Integer NOT_SHARE
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 Long getCampaignId()
public void setCampaignId(Long campaignId)
public Integer getApplyTimes()
public void setApplyTimes(Integer applyTimes)
public Integer getRank()
public void setRank(Integer rank)
public String getAudioUrl()
public Integer getGradeDept()
public void setGradeDept(Integer gradeDept)
public void setAudioUrl(String audioUrl)
public Integer getHasShare()
public void setHasShare(Integer hasShare)
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 © 2019. All Rights Reserved.