| 构造器和说明 |
|---|
ContactInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAddress() |
String |
getCity() |
String |
getCompany() |
String |
getContact() |
Integer |
getContactType() |
String |
getCountry() |
String |
getCounty() |
String |
getEmail() |
String |
getMobile() |
String |
getPostCode() |
String |
getProvince() |
String |
getTaxNo() |
String |
getTel() |
String |
getZoneCode() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCompany(String company) |
void |
setContact(String contact) |
void |
setContactType(Integer contactType) |
void |
setCountry(String country) |
void |
setCounty(String county) |
void |
setEmail(String email) |
void |
setMobile(String mobile) |
void |
setPostCode(String postCode) |
void |
setProvince(String province) |
void |
setTaxNo(String taxNo) |
void |
setTel(String tel) |
void |
setZoneCode(String zoneCode) |
String |
toString() |
public Integer getContactType()
public String getCompany()
public String getContact()
public String getTel()
public String getMobile()
public String getZoneCode()
public String getCountry()
public String getProvince()
public String getCity()
public String getCounty()
public String getAddress()
public String getPostCode()
public String getEmail()
public String getTaxNo()
public void setContactType(Integer contactType)
public void setCompany(String company)
public void setContact(String contact)
public void setTel(String tel)
public void setMobile(String mobile)
public void setZoneCode(String zoneCode)
public void setCountry(String country)
public void setProvince(String province)
public void setCity(String city)
public void setCounty(String county)
public void setAddress(String address)
public void setPostCode(String postCode)
public void setEmail(String email)
public void setTaxNo(String taxNo)
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.