| | |
| | | private StationInfo stationInfo; |
| | | private String volPic; |
| | | private String resPic; |
| | | private String condPic; |
| | | private String chainPic; |
| | | private String stdDevBv; |
| | | private String stdDevBr; |
| | | private String stdDevCr; |
| | |
| | | public void setBattChainResTestCount(int battChainResTestCount) { |
| | | this.battChainResTestCount = battChainResTestCount; |
| | | } |
| | | |
| | | public String getCondPic() { |
| | | return condPic; |
| | | } |
| | | |
| | | public void setCondPic(String condPic) { |
| | | this.condPic = condPic; |
| | | } |
| | | |
| | | public String getChainPic() { |
| | | return chainPic; |
| | | } |
| | | |
| | | public void setChainPic(String chainPic) { |
| | | this.chainPic = chainPic; |
| | | } |
| | | } |