public class MerchantPageDTO extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
address |
protected String |
city |
protected String |
contact |
protected String |
country |
protected String |
description |
protected String |
email |
protected Long |
id |
protected String |
name |
protected String |
phone |
protected String |
postcode |
protected String |
province |
protected SimpleResellerDTO |
reseller |
protected String |
status |
| 构造器和说明 |
|---|
MerchantPageDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getCity() |
String |
getContact() |
String |
getCountry() |
String |
getDescription() |
String |
getEmail() |
Long |
getId() |
String |
getName() |
String |
getPhone() |
String |
getPostcode() |
String |
getProvince() |
SimpleResellerDTO |
getReseller() |
String |
getStatus() |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setContact(String contact) |
void |
setCountry(String country) |
void |
setDescription(String description) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setPostcode(String postcode) |
void |
setProvince(String province) |
void |
setReseller(SimpleResellerDTO reseller) |
void |
setStatus(String status) |
String |
toString() |
protected Long id
protected String name
protected SimpleResellerDTO reseller
protected String country
protected String province
protected String city
protected String postcode
protected String address
protected String contact
protected String email
protected String phone
protected String status
protected String description
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public SimpleResellerDTO getReseller()
public void setReseller(SimpleResellerDTO reseller)
public String getCountry()
public void setCountry(String country)
public String getProvince()
public void setProvince(String province)
public String getPostcode()
public void setPostcode(String postcode)
public String getAddress()
public void setAddress(String address)
public String getContact()
public void setContact(String contact)
public String getEmail()
public void setEmail(String email)
public String getPhone()
public void setPhone(String phone)
public String getStatus()
public void setStatus(String status)
public String getDescription()
public void setDescription(String description)
public String getCity()
public void setCity(String city)
Copyright © 2021. All rights reserved.