| | |
| | | private Integer pubid; |
| | | |
| | | /** |
| | | * 图层ID |
| | | */ |
| | | private Integer layerId; |
| | | |
| | | /** |
| | | * 唯一键 |
| | | */ |
| | | private String uuid; |
| | |
| | | private List<Integer> ids; |
| | | |
| | | /** |
| | | * 颜色表ID |
| | | */ |
| | | private int colorTableId; |
| | | |
| | | /** |
| | | * 颜色表 |
| | | */ |
| | | private List<ColorTableEntity> colorTable; |
| | |
| | | |
| | | public void setPubid(Integer pubid) { |
| | | this.pubid = pubid; |
| | | } |
| | | |
| | | public Integer getLayerId() { |
| | | return layerId; |
| | | } |
| | | |
| | | public void setLayerId(Integer layerId) { |
| | | this.layerId = layerId; |
| | | } |
| | | |
| | | public String getUuid() { |
| | |
| | | this.ids = ids; |
| | | } |
| | | |
| | | public int getColorTableId() { |
| | | return colorTableId; |
| | | } |
| | | |
| | | public void setColorTableId(int colorTableId) { |
| | | this.colorTableId = colorTableId; |
| | | } |
| | | |
| | | public List<ColorTableEntity> getColorTable() { |
| | | return colorTable; |
| | | } |