| | |
| | | |
| | | private int status; |
| | | |
| | | private int data; |
| | | |
| | | private String tab; |
| | | |
| | | private int createUser; |
| | | |
| | | private Timestamp createTime; |
| | |
| | | private int resid; |
| | | |
| | | private int type; |
| | | |
| | | private String proxy; |
| | | |
| | | public LayerEntity() { |
| | | } |
| | |
| | | this.status = status; |
| | | } |
| | | |
| | | public int getData() { |
| | | return data; |
| | | } |
| | | |
| | | public void setData(int data) { |
| | | this.data = data; |
| | | } |
| | | |
| | | public String getTab() { |
| | | return tab; |
| | | } |
| | | |
| | | public void setTab(String tab) { |
| | | this.tab = tab; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | | return createUser; |
| | | } |
| | |
| | | public void setType(int type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public String getProxy() { |
| | | return proxy; |
| | | } |
| | | |
| | | public void setProxy(String proxy) { |
| | | this.proxy = proxy; |
| | | } |
| | | } |