| | |
| | | |
| | | private int isLayer; |
| | | |
| | | private int isShow; |
| | | |
| | | private String icon; |
| | | |
| | | private int level; |
| | |
| | | private int type; |
| | | |
| | | private String proxy; |
| | | |
| | | private int category; |
| | | |
| | | public LayerEntity() { |
| | | } |
| | |
| | | |
| | | public void setIsLayer(int isLayer) { |
| | | this.isLayer = isLayer; |
| | | } |
| | | |
| | | public int getIsShow() { |
| | | return isShow; |
| | | } |
| | | |
| | | public void setIsShow(int isShow) { |
| | | this.isShow = isShow; |
| | | } |
| | | |
| | | public String getIcon() { |
| | |
| | | public void setProxy(String proxy) { |
| | | this.proxy = proxy; |
| | | } |
| | | |
| | | public int getCategory() { |
| | | return category; |
| | | } |
| | | |
| | | public void setCategory(int category) { |
| | | this.category = category; |
| | | } |
| | | } |