public class DmDistrictItem extends Object implements Serializable
| Constructor and Description |
|---|
DmDistrictItem() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Double |
getCenterX()
中心点x
|
Double |
getCenterY()
中心点y
|
String |
getCode()
编码
|
Long |
getDistrictId()
所属区域定义标识
|
String |
getExt()
扩展
|
Long |
getId()
唯一标识
|
Short |
getLevelIndex()
区域层级
|
String |
getName()
名称
|
Long |
getOrder()
顺序
|
Long |
getPid()
父级标识
|
Double |
getXmax()
xmax
|
Double |
getXmin()
xmin
|
Double |
getYmax()
ymax
|
Double |
getYmin()
ymin
|
int |
hashCode() |
void |
setCenterX(Double centerX)
中心点x
|
void |
setCenterY(Double centerY)
中心点y
|
void |
setCode(String code)
编码
|
void |
setDistrictId(Long districtId)
所属区域定义标识
|
void |
setExt(String ext)
扩展
|
void |
setId(Long id)
唯一标识
|
void |
setLevelIndex(Short levelIndex)
区域层级
|
void |
setName(String name)
名称
|
void |
setOrder(Long order)
顺序
|
void |
setPid(Long pid)
父级标识
|
void |
setXmax(Double xmax)
xmax
|
void |
setXmin(Double xmin)
xmin
|
void |
setYmax(Double ymax)
ymax
|
void |
setYmin(Double ymin)
ymin
|
String |
toString() |
public Long getId()
public Long getDistrictId()
public Long getPid()
public String getName()
public String getCode()
public String getExt()
public Long getOrder()
public Short getLevelIndex()
public Double getCenterX()
public Double getCenterY()
public Double getXmin()
public Double getYmin()
public Double getXmax()
public Double getYmax()
public void setId(Long id)
public void setDistrictId(Long districtId)
public void setPid(Long pid)
public void setName(String name)
public void setCode(String code)
public void setExt(String ext)
public void setOrder(Long order)
public void setLevelIndex(Short levelIndex)
public void setCenterX(Double centerX)
public void setCenterY(Double centerY)
public void setXmin(Double xmin)
public void setYmin(Double ymin)
public void setXmax(Double xmax)
public void setYmax(Double ymax)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.