public class PersonDistrict extends Object implements Serializable
| Constructor and Description |
|---|
PersonDistrict() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCity() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getDistrict() |
Long |
getId() |
Long |
getIndx() |
Long |
getPersonId() |
Integer |
getPersonType() |
Long |
getProvince() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCity(Long city) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDistrict(Long district) |
void |
setId(Long id) |
void |
setIndx(Long indx) |
void |
setPersonId(Long personId) |
void |
setPersonType(Integer personType) |
void |
setProvince(Long province) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getPersonId()
public void setPersonId(Long personId)
public Integer getPersonType()
public void setPersonType(Integer personType)
public Long getProvince()
public void setProvince(Long province)
public Long getCity()
public void setCity(Long city)
public Long getDistrict()
public void setDistrict(Long district)
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)
public Long getIndx()
public void setIndx(Long indx)
Copyright © 2019. All Rights Reserved.