public class UserCampaign extends Object implements Serializable
| Constructor and Description |
|---|
UserCampaign() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCampaignId() |
Long |
getCity() |
Long |
getCounty() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGradeDept() |
Long |
getId() |
String |
getMobile() |
Long |
getProvince() |
Long |
getSchoolId() |
String |
getSchoolName() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
String |
getUserName() |
void |
setCampaignId(Long campaignId) |
void |
setCity(Long city) |
void |
setCounty(Long county) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGradeDept(Integer gradeDept) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setProvince(Long province) |
void |
setSchoolId(Long schoolId) |
void |
setSchoolName(String schoolName) |
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 Long getProvince()
public void setProvince(Long province)
public Long getCity()
public void setCity(Long city)
public Long getCounty()
public void setCounty(Long county)
public Long getSchoolId()
public void setSchoolId(Long schoolId)
public String getSchoolName()
public void setSchoolName(String schoolName)
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 © 2019. All Rights Reserved.