public class City extends Area implements LinkageSecond<County>
| 限定符和类型 | 方法和说明 |
|---|---|
List<County> |
getCounties() |
Object |
getId()
唯一标识,用于判断两个条目是否相同
|
String |
getProvinceId() |
List<County> |
getThirds() |
void |
setCounties(List<County> counties) |
void |
setProvinceId(String provinceId) |
equals, getAreaId, getAreaName, getId, getName, setAreaId, setAreaName, toStringpublic City()
public City(String areaName)