public class Address extends Object implements Serializable
| 构造器和说明 |
|---|
Address() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
String |
getAreaIdPath() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getCustomerId() |
Long |
getId() |
Long |
getIsDefault() |
String |
getName() |
String |
getPhone() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAddress(String address) |
void |
setAreaIdPath(String areaIdPath) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerId(Long customerId) |
void |
setId(Long id) |
void |
setIsDefault(Long isDefault) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getName()
public void setName(String name)
public String getPhone()
public void setPhone(String phone)
public String getAddress()
public void setAddress(String address)
public String getAreaIdPath()
public void setAreaIdPath(String areaIdPath)
public Long getIsDefault()
public void setIsDefault(Long isDefault)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2021. All rights reserved.