public class PreRegistrationDTO
extends com.simm.common.bean.BaseBean
| 构造器和说明 |
|---|
PreRegistrationDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getArea() |
Integer |
getAreaId() |
String |
getCity() |
Integer |
getCityId() |
String |
getCompany() |
Integer |
getCount() |
String |
getCountry() |
Integer |
getCountryId() |
String |
getDepartment() |
String |
getEmail() |
String |
getExp3() |
String |
getMobile() |
String |
getName() |
String |
getPosition() |
String |
getProvince() |
Integer |
getProvinceId() |
void |
setAddress(String address) |
void |
setArea(String area) |
void |
setAreaId(Integer areaId) |
void |
setCity(String city) |
void |
setCityId(Integer cityId) |
void |
setCompany(String company) |
void |
setCount(Integer count) |
void |
setCountry(String country) |
void |
setCountryId(Integer countryId) |
void |
setDepartment(String department) |
void |
setEmail(String email) |
void |
setExp3(String exp3) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setPosition(String position) |
void |
setProvince(String province) |
void |
setProvinceId(Integer provinceId) |
getCreateBy, getCreateById, getCreateTime, getEndDate, getLastUpdateBy, getLastUpdateTime, getPageNum, getPageSize, getRemark, getSearchKey, getSearchType, getStartDate, setCreateBy, setCreateById, setCreateTime, setEndDate, setLastUpdateBy, setLastUpdateTime, setPageNum, setPageSize, setRemark, setSearchKey, setSearchType, setStartDate, toStringpublic String getName()
public void setName(String name)
public String getCompany()
public void setCompany(String company)
public String getDepartment()
public void setDepartment(String department)
public String getPosition()
public void setPosition(String position)
public String getMobile()
public void setMobile(String mobile)
public String getEmail()
public void setEmail(String email)
public Integer getCountryId()
public void setCountryId(Integer countryId)
public String getCountry()
public void setCountry(String country)
public Integer getProvinceId()
public void setProvinceId(Integer provinceId)
public String getProvince()
public void setProvince(String province)
public Integer getCityId()
public void setCityId(Integer cityId)
public String getCity()
public void setCity(String city)
public Integer getAreaId()
public void setAreaId(Integer areaId)
public String getArea()
public void setArea(String area)
public String getAddress()
public void setAddress(String address)
public String getExp3()
public void setExp3(String exp3)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2025 Pivotal Software, Inc.. All rights reserved.