| | |
| | | private String machineId; |
| | | private String machineCode; |
| | | private String energyPrice; |
| | | private String durationPrice; |
| | | private String ruleId; |
| | | private String statusCd = "0"; |
| | | private String communityId; |
| | | private String machineName; |
| | |
| | | this.energyPrice = energyPrice; |
| | | } |
| | | |
| | | public String getDurationPrice() { |
| | | return durationPrice; |
| | | } |
| | | |
| | | public void setDurationPrice(String durationPrice) { |
| | | this.durationPrice = durationPrice; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | |
| | | this.machineName = machineName; |
| | | } |
| | | |
| | | public String getRuleId() { |
| | | return ruleId; |
| | | } |
| | | |
| | | public void setRuleId(String ruleId) { |
| | | this.ruleId = ruleId; |
| | | } |
| | | } |