public class Address extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
IS_DEFAULT |
static Integer |
IS_NOT_DEFAULT |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Integer |
getAreaId() |
String |
getAreaIdPath() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getIsDefault() |
Long |
getMerchantId() |
String |
getName() |
String |
getPhone() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setAddress(String address) |
void |
setAreaId(Integer areaId) |
void |
setAreaIdPath(String areaIdPath) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setIsDefault(Integer isDefault) |
void |
setMerchantId(Long merchantId) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer IS_DEFAULT
public static final Integer IS_NOT_DEFAULT
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
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 Integer getAreaId()
public void setAreaId(Integer areaId)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getIsDefault()
public void setIsDefault(Integer 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.