| | |
| | | private int powerStationStatus;//电站状态(电站状态 1:正常(运行),2:离线,3:连接中,4:故障) |
| | | private String localSecret;//本地通讯秘钥 |
| | | |
| | | private boolean isEdit = false;//是否移除电站位置(true表示移除) |
| | | private boolean isMove = false;//表示是否显示移动组件(true显示) |
| | | |
| | | public boolean isEdit() { |
| | | return isEdit; |
| | | private boolean isDelIcon = false;//表示是否显示删除组件(true显示) |
| | | |
| | | |
| | | private boolean state_select = false;//表示是否显示选中组件(true显示) |
| | | |
| | | |
| | | public boolean isState_select() { |
| | | return state_select; |
| | | } |
| | | |
| | | public void setEdit(boolean edit) { |
| | | isEdit = edit; |
| | | public void setState_select(boolean state_select) { |
| | | this.state_select = state_select; |
| | | } |
| | | |
| | | public boolean isDelIcon() { |
| | | return isDelIcon; |
| | | } |
| | | |
| | | public void setDelIcon(boolean delIcon) { |
| | | isDelIcon = delIcon; |
| | | } |
| | | |
| | | |
| | | public boolean isMove() { |
| | | return isMove; |
| | | } |
| | | |
| | | public void setMove(boolean edit) { |
| | | isMove = edit; |
| | | } |
| | | |
| | | public String getHomeId() { |