public class ResellerPageDTO extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
address |
protected String |
company |
protected String |
contact |
protected String |
country |
protected String |
email |
protected Long |
id |
protected String |
name |
protected String |
phone |
protected String |
postcode |
protected String |
status |
| 构造器和说明 |
|---|
ResellerPageDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getCompany() |
String |
getContact() |
String |
getCountry() |
String |
getEmail() |
Long |
getId() |
String |
getName() |
String |
getPhone() |
String |
getPostcode() |
String |
getStatus() |
void |
setAddress(String address) |
void |
setCompany(String company) |
void |
setContact(String contact) |
void |
setCountry(String country) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setPostcode(String postcode) |
void |
setStatus(String status) |
String |
toString() |
protected Long id
protected String name
protected String phone
protected String country
protected String postcode
protected String address
protected String company
protected String contact
protected String email
protected String status
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getPhone()
public void setPhone(String phone)
public String getCountry()
public void setCountry(String country)
public String getPostcode()
public void setPostcode(String postcode)
public String getAddress()
public void setAddress(String address)
public String getCompany()
public void setCompany(String company)
public String getContact()
public void setContact(String contact)
public String getEmail()
public void setEmail(String email)
public String getStatus()
public void setStatus(String status)
Copyright © 2022. All rights reserved.