| | |
| | | import java.io.Serializable; |
| | | import java.sql.Timestamp; |
| | | |
| | | /** |
| | | * 图层 |
| | | * @author WWW |
| | | */ |
| | | @SuppressWarnings("ALL") |
| | | public class LayerEntity implements Serializable { |
| | | private static final long serialVersionUID = -371902381708800000L; |
| | | |
| | |
| | | |
| | | private int isLayer; |
| | | |
| | | private int isShow; |
| | | |
| | | private String icon; |
| | | |
| | | private int level; |
| | |
| | | private int status; |
| | | |
| | | private int data; |
| | | |
| | | private String tab; |
| | | |
| | | private int createUser; |
| | | |
| | |
| | | private int type; |
| | | |
| | | private String proxy; |
| | | |
| | | private int category; |
| | | |
| | | private int flag; |
| | | |
| | | private Integer pubid; |
| | | |
| | | private String unit; |
| | | |
| | | public LayerEntity() { |
| | | } |
| | |
| | | this.isLayer = isLayer; |
| | | } |
| | | |
| | | public int getIsShow() { |
| | | return isShow; |
| | | } |
| | | |
| | | public void setIsShow(int isShow) { |
| | | this.isShow = isShow; |
| | | } |
| | | |
| | | public String getIcon() { |
| | | return icon; |
| | | } |
| | |
| | | |
| | | public void setData(int data) { |
| | | this.data = data; |
| | | } |
| | | |
| | | public String getTab() { |
| | | return tab; |
| | | } |
| | | |
| | | public void setTab(String tab) { |
| | | this.tab = tab; |
| | | } |
| | | |
| | | public int getCreateUser() { |
| | |
| | | public void setProxy(String proxy) { |
| | | this.proxy = proxy; |
| | | } |
| | | |
| | | public int getCategory() { |
| | | return category; |
| | | } |
| | | |
| | | public void setCategory(int category) { |
| | | this.category = category; |
| | | } |
| | | |
| | | public int getFlag() { |
| | | return flag; |
| | | } |
| | | |
| | | public void setFlag(int flag) { |
| | | this.flag = flag; |
| | | } |
| | | |
| | | public Integer getPubid() { |
| | | return pubid; |
| | | } |
| | | |
| | | public void setPubid(Integer pubid) { |
| | | this.pubid = pubid; |
| | | } |
| | | |
| | | public String getUnit() { |
| | | return unit; |
| | | } |
| | | |
| | | public void setUnit(String unit) { |
| | | this.unit = unit; |
| | | } |
| | | } |