¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.doumee.keyCabinet.bean; |
| | | |
| | | import androidx.databinding.ObservableField; |
| | | |
| | | public class ManageKeyCabinetBean { |
| | | //ç»å®ç¶æ 0æªç»å®ï¼1å·²ç»å® |
| | | private Integer bindStatus; |
| | | //æ¿å· |
| | | private String boardCode; |
| | | //车çå· |
| | | private int carCode; |
| | | //ééå· |
| | | private String channelCode; |
| | | //ç¼ç |
| | | private String code; |
| | | //ä¸»é® |
| | | private Integer id; |
| | | //é¥åç¼ç |
| | | private Integer keyId; |
| | | //é¥åç¶æ 0æªç»å® 1å¨ä½ 2ååº 3ç»´ä¿®ä¿å
» |
| | | private Integer keyStatus; |
| | | //æä½è¿è¡ç¶æ 0æ£å¸¸ 1æ
é |
| | | private Integer workingStatus; |
| | | private ObservableField<Boolean> isSelected = new ObservableField<>(false); |
| | | |
| | | public ObservableField<Boolean> getIsSelected() { |
| | | return isSelected; |
| | | } |
| | | |
| | | public Integer getBindStatus() { |
| | | return bindStatus; |
| | | } |
| | | |
| | | public void setBindStatus(Integer bindStatus) { |
| | | this.bindStatus = bindStatus; |
| | | } |
| | | |
| | | public String getBoardCode() { |
| | | return boardCode; |
| | | } |
| | | |
| | | public void setBoardCode(String boardCode) { |
| | | this.boardCode = boardCode; |
| | | } |
| | | |
| | | public int getCarCode() { |
| | | return carCode; |
| | | } |
| | | |
| | | public void setCarCode(int carCode) { |
| | | this.carCode = carCode; |
| | | } |
| | | |
| | | public String getChannelCode() { |
| | | return channelCode; |
| | | } |
| | | |
| | | public void setChannelCode(String channelCode) { |
| | | this.channelCode = channelCode; |
| | | } |
| | | |
| | | public String getCode() { |
| | | return code; |
| | | } |
| | | |
| | | public void setCode(String code) { |
| | | this.code = code; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getKeyId() { |
| | | return keyId; |
| | | } |
| | | |
| | | public void setKeyId(Integer keyId) { |
| | | this.keyId = keyId; |
| | | } |
| | | |
| | | public Integer getKeyStatus() { |
| | | return keyStatus; |
| | | } |
| | | |
| | | public void setKeyStatus(Integer keyStatus) { |
| | | this.keyStatus = keyStatus; |
| | | } |
| | | |
| | | public Integer getWorkingStatus() { |
| | | return workingStatus; |
| | | } |
| | | |
| | | public void setWorkingStatus(Integer workingStatus) { |
| | | this.workingStatus = workingStatus; |
| | | } |
| | | } |