public class UserCampaign extends Object implements Serializable
| Constructor and Description |
|---|
UserCampaign() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArea() |
Long |
getCampaignId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGradeDept() |
Long |
getId() |
String |
getMobile() |
String |
getSchoolId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
String |
getUserName() |
void |
setArea(String area) |
void |
setCampaignId(Long campaignId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGradeDept(Integer gradeDept) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setSchoolId(String schoolId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getCampaignId()
public void setCampaignId(Long campaignId)
public String getUserName()
public void setUserName(String userName)
public String getArea()
public void setArea(String area)
public String getSchoolId()
public void setSchoolId(String schoolId)
public Integer getGradeDept()
public void setGradeDept(Integer gradeDept)
public String getMobile()
public void setMobile(String mobile)
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.