| | |
| | | |
| | | private int data; |
| | | |
| | | private String tab; |
| | | |
| | | private int createUser; |
| | | |
| | | private Timestamp createTime; |
| | |
| | | private int type; |
| | | |
| | | private String proxy; |
| | | |
| | | private int category; |
| | | |
| | | public LayerEntity() { |
| | | } |
| | |
| | | this.data = data; |
| | | } |
| | | |
| | | public String getTab() { |
| | | return tab; |
| | | } |
| | | |
| | | public void setTab(String tab) { |
| | | this.tab = tab; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | | return createUser; |
| | | } |
| | |
| | | public void setProxy(String proxy) { |
| | | this.proxy = proxy; |
| | | } |
| | | |
| | | public int getCategory() { |
| | | return category; |
| | | } |
| | | |
| | | public void setCategory(int category) { |
| | | this.category = category; |
| | | } |
| | | } |