public class Address extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
TYPE_DEFAULT |
static Integer |
TYPE_NORMAL |
| 构造器和说明 |
|---|
Address() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getArea() |
Integer |
getCity() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDetail() |
Long |
getId() |
Integer |
getProvice() |
String |
getReciverMobile() |
String |
getReciverName() |
String |
getReciverPhone() |
String |
getStation() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Integer |
getZipCode() |
void |
setArea(String area) |
void |
setCity(Integer city) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDetail(String detail) |
void |
setId(Long id) |
void |
setProvice(Integer provice) |
void |
setReciverMobile(String reciverMobile) |
void |
setReciverName(String reciverName) |
void |
setReciverPhone(String reciverPhone) |
void |
setStation(String station) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setZipCode(Integer zipCode) |
String |
toString() |
public static final Integer TYPE_DEFAULT
public static final Integer TYPE_NORMAL
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Integer getProvice()
public void setProvice(Integer provice)
public Integer getCity()
public void setCity(Integer city)
public String getArea()
public void setArea(String area)
public String getDetail()
public void setDetail(String detail)
public String getStation()
public void setStation(String station)
public Integer getZipCode()
public void setZipCode(Integer zipCode)
public String getReciverName()
public void setReciverName(String reciverName)
public String getReciverMobile()
public void setReciverMobile(String reciverMobile)
public String getReciverPhone()
public void setReciverPhone(String reciverPhone)
public Integer getType()
public void setType(Integer type)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.